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 10:53 PM, Debbie Campbell
<d...@redkitecreative.com> 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.
>
> --
> Debbie Campbell
> www.redkitecreative.com
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to