css hack to satisfy internet explorer
- July 23rd, 2007
- css, Snippet-library
This little css hack allows you to implement some special things for Internet Explorer in case it does not eat your css definitions again.
This little css hack allows you to implement some special things for Internet Explorer in case it does not eat your css definitions again. just add a "* html " in front of your style and make a style that fullfills IE's needs. ie: <code class="prettyprint"> * html .test fieldset { margin: 0; padding: 0; position: relative; width: 250px; } </code> this will limit the size of the fieldset in class test for the internet explorer to 250 px.
















Submit your comment