View Single Post
  #2 (permalink)  
Old Oct 10th, 2007, 20:17
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,793
Blog Entries: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Re: How do I write IE conditional comment

Code: Select all
<!--[if IE 6]>
<style type="text/css">
.menu {
width: 100px /*change this*/
}
</style>
<![endif]-->
Try that
Reply With Quote