
Oct 10th, 2007, 20:17
|
 |
Technical Administrator
|
|
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,793
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 
|