At 02:28 AM 25/05/2007, James Gadrow wrote:
>david wrote:
> > Vicki Stebbins wrote:
> >
> >> Hi All,
> >>
> >> I'm wanting to target IE7.0 with a problem it has with 'sticky menus' in
> >> the Suckerfish Menus (pop out menu stay stuck out and don't return).
> >>
> >> The fix is to add this line to the CSS:
> >> #nav li:hover, #nav li.over {position: static;}
> >>
> >> #nav being the nav div that the menu is contained in.
> >>
> >> When it's added however it breaks the menu in Safari so, I thought I'd 
> do a
> >> conditional statement just to target IE7.0. I've never done this 
> before and
> >> I put it together like this:
> >>
> >> <!--[if lt IE 7]>
> >>
> >
> > Hmmm, that's saying "If you're IE version LESS THAN 7, pay attention to
> > this style." So IE6, IE5.5, IE5 are all seeing that style - while IE7 is
> > NOT.
> >
> >
>What david's trying to say is use <!--[if IE7]> instead :p the 'lt'
>stand for 'less than' as david pointed out.
>
>Thanks,
>
>Jim

Thanks Jim and David,

I really have trouble 'getting this' ... will make the change and see how 
it goes.

Kind regard

Vicki 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to