Re: [css-d] unable to hide div in IE7

2010-12-08 Thread Chetan Crasta
The CSS seems to be ignored. Even !important didn't work. You can instead put the entire div within conditional comments like this: !--[if gte IE 8]!-- div id=sliderbox ... /div !--![endif]-- The sliderbox div will be visible to all browser except IE7 and below On Wed, Dec 8, 2010 at

Re: [css-d] unable to hide div in IE7

2010-12-08 Thread Debbie Campbell
I tried your suggestion; it's still ignoring the conditional comment. This is a WordPress site using Theme Hybrid, could it be something to do with that? I'll check on their forums as well. -- Debbie On 12/8/2010 11:09 AM, Chetan Crasta wrote: The CSS seems to be ignored. Even !important

Re: [css-d] unable to hide div in IE7

2010-12-08 Thread Philippe Wittenbergh
On Dec 9, 2010, at 2:23 AM, Debbie Campbell wrote: I'm using conditional comments to hide the #sliderbox and/or .movingboxes-slider div near the bottom of this page in IE7, but it isn't working: http://www.adventurecamper.com/#slider1=4 What am I missing? Help greatly appreciated. I