Archive for 'CSS/XHTML'
CSS W3C Compliances hacks
Dealing with browser inconsistencies often makes up a majority of the work for a web designer. Sometimes there is no reasonable way to accomplish a desired layout in all major web browsers without the use of some special exception rules for certain layout engines. This blog contains various CSS hacks which are also W3C compliance.
IE6 and below hacks
* HTML #headerbtm { height:148px }
IE7 and below hacks
*:first-child+html {} * HTML #headerbtm { height:148px }
IE7 hacks only
*:first-child+html #headerbtmImage { position:relative; float:right;}
Safari
html[xmlns*=""] body:last-child #headerbtm { height:154px }