As body:nth-of-type(1) and body:first-of-type are supported by FireFox 3.5x, the hack that I wrote about in this post cannot be used anymore. You may try the following one, which targets only Google C… more →
Martin Ivanovjusttal wrote 4 weeks ago: Internet Explorer 7 and below Put * before the property: .my_class { height: 150px; /* for … more →
john reyes wrote 3 months ago: ie6: * html { } ex. * html p { text-align: center; } ie7: *+ html { } ex. *+ html p { text-align: ce … more →
mindbee wrote 3 months ago: CSS: clean IE8 css hack A new browser, Internet Explorer 8 was released recently. Of course it wasn … more →
azghanvi wrote 4 months ago: Styles are read in three ways: browser default (blue links etc), style sheets (internal in the <h … more →
web2usability wrote 4 months ago: W3C Validation’ Category The following CSS selectors are considered workarounds and hacks for specif … more →
Vikas Khera wrote 4 months ago: No need of javascript to make tooltips. I got this simple css trick to make it. CSS Code a:hover { b … more →
Vikas Khera wrote 4 months ago: Here is a list of CSS tips & tricks that will make your coding so much easier. Sequence of the l … more →
acidmartin wrote 4 months ago: As body:nth-of-type(1) and body:first-of-type are supported by FireFox 3.5x, the hack that I wrote a … more →
Kathirvel K wrote 5 months ago: tr.traGraph { background-image: url(departments/mis/web/trafficStats/images/traBkg.gif); background- … more →
psweatte wrote 5 months ago: Here’s a collection of CSS filters for targeting specific browsers with CSS when using HTML co … more →
acidmartin wrote 6 months ago: Notwithstanding the improvements in the CSS support in Internet Explorer 8, there may be cases when … more →
jaideepchauhan wrote 7 months ago: Using :after This css2 property allows us to add extra content at the end of the element via css. we … more →
Kathirvel K wrote 9 months ago: IE 6 and below * html {} IE 7 and below *:first-child+html {} * html {} IE 7 only *:first-child+html … more →
artificialaiming wrote 10 months ago: www.ArtificialAiming.net offers the best hacks and cheats for all popular games!. BF2 Hacks BF2142 H … more →
acidmartin wrote 11 months ago: Here is a collection of 10 CSS tips, tricks in blogposts I have written during the last year that yo … more →
acidmartin wrote 11 months ago: Oddly enough, but the image scaling by using bicubic interpolation is turned off in Internet Explore … more →
acidmartin wrote 1 year ago: It was expected that Internet Explorer 8 will support the standard “opacity” property of … more →
Amit Dua wrote 1 year ago: Resizing thumbnails Hide a part of the thumbnail in default state, and show it entirely on mouseover … more →
dangerouskicker wrote 1 year ago: The ‘:target’ pseudo-class A URL normally points to a page. But when the URL ends in … more →