Which css hacks we use to make layout cross browser compatible
- Can pass W3C validation
- Will work forever
- Will never create in any future browser versions
What are alternatives which can pass the w3c validation for popular CSS hack which are not valid?
for example
underscore hack, zoom:1
etc.
my purpose is to make a list of W3C validated and non problematic CSS hacks and techniques which can be helpful to make CSS layouts cross browser compatible.
mainly we use CSS hacks for IE , but sometime we need Hacks for other desktop browsers also.
Main Concerned browsers are:
- IE6, IE7, IE8
- Safari latest final release
- Firefox 3.6, 3.5 , 3.0 and 2.0
- Opera Latest final release
- Google Chrome latest