We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

kyokutyo on 07/11/07


Tagged

ie html


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

basicmagic


IE-fix


Published in: HTML 


  1. <!--[if gt IE 6]>
  2. <link rel="stylesheet" type="text/css" href="ie7fix.css" media="screen" />
  3. <meta http-equiv="imagetoolbar" content="no" />
  4. <![endif]-->
  5. <!--[if lte IE 6]>
  6. <link rel="stylesheet" type="text/css" href="ie6fix.css" media="screen" />
  7. <meta http-equiv="imagetoolbar" content="no" />
  8. <![endif]-->

Report this snippet 

You need to login to post a comment.