Okay, here it is ... http://www.admentus.com/temp/index.htm

Basically what this is is a Suckerfish 3-level drop down menu that is being
styled to look like the Windows Silver Luna theme in Outlook.  The
multi-level styling/inheritance on this is driving me nuts and there are
several issues I still dealing with.

In both FireFox and IE, when you move from a second tier link to a third
tier link (Tools -> Account Manager -> Community Profile), the yellow
background on the second tier link disappears where it should remain, so
apparently one of my background clearing attempts is working a little too
well.

Then in IE, there are two issues.  When you mouseover a link that does not
have an icon (Site -> Crescent Beach Villas), then you get the background
image of the first tier link, not the solid yellow background color that you
should get.  There is also a one pixel margin/border bug that is causing a
bit of flicker in IE that does not appear in FireFox.

Primarily this application will be used by IE 6 and FireFox, but if anybody
can see any problems in other browsers or offer any quick easy solutions, I
would be glad to hear it.

Thanks.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Zoe M. Gillenwater
Sent: Friday, April 28, 2006 7:26 AM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] Remove inherited background image?

Jeff Chastain wrote:
> I have a multi-level list in which the top level list item has a 
> background image applied.  The background image is being inherited by 
> all of the list items as expected, but I am trying to disable it for all
of the sub levels.
> I tried a 'background-image: none' which seems to work for FireFox, 
> but not IE of course.  Is there a way to do this?
>  
> <ul id="list">
>     <li>  <-- apply background image here
>         <ul>
>             <li>  <!--- but not here
>  
> #list li { background: url('test.gif'); } #list li li { background: 
> none; }
>  
>   

Jeff,

I'm betting there is something else in your page or CSS that is causing the
conflict. Can we see your page please?

Zoe

--
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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