/ Published in: CSS
This rule lets you define CSS rules that are visible to IE only.
Expand |
Embed | Plain Text
/* for Internet Explorer only */ /*\*/ * html .container { height: 8em; } /**/
You need to login to post a comment.
Uzbekjon on 07/07/08
2 people have marked this snippet as a favorite
This rule lets you define CSS rules that are visible to IE only.
/* for Internet Explorer only */ /*\*/ * html .container { height: 8em; } /**/
You need to login to post a comment.