Jump to content

CSS problem on IE 7


Recommended Posts

You will have to alter the css to make the site compatible with IE6/7.. ( nightmare of web designers !)..

 

To target just IE6, use just the underscore _ (e.g: _width:100px )

To target both IE6 and IE7, use the star/asterisk * . (e.g: *width:100px )

To target only IE7, use the star/asterisk to set the IE7 specific style, and use the underscore to undo that style in IE6.

 

Also you can use separate style sheet method (this is considered as the best practice rather than using above method..) as shown in this site http://www.impressiv...-ie8-css-hacks/

Edited by johnweb (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...