CSS ie8 Only


CSS ie8 only fix is easy to do, if you use the beta version of Internet Explorer 8, the following conditional tags may not be working

<!--[if IE 8]>
According to the conditional comment this is Internet Explorer 8<br />
<![endif]-->

You may like to try the method below:

<!--[if IE 8.000]>
According to the conditional comment this is Internet Explorer 8<br />
<![endif]-->

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati
  • Twitter
  • Yahoo! Bookmarks

  1. No comments yet.
(will not be published)