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. 

Bookmark this!

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • del.icio.us
  • Digg
  • Fark
  • Furl
  • MisterWong
  • NewsVine
  • Reddit
  • Spurl
  • StumbleUpon
  • TailRank
  • Technorati

Submit your comment

vision22.net

Copyright © 2007