What i want is that i want this portion of html code to be hidden from IE6 and IE7 but not firefox, opera or IE8 but conditional comments not working properly on this portion....I am using separate CSS with conditional comments in the head section But conditional comments for opera are not working and also sometimes Firefox shows strange behaviour
<!--[if gte IE 8]>
<[if Gecko]>
<div class="anythingSlider">
<div class="wrapper">
<ul>
<li>
<img src="gallery/1.jpg" alt="" />
</li>
<li>
<img src="gallery/2.jpg" alt="" />
</li>
</ul>
</div>
</div>
<[endif]>
<[endif]––>