Chris Kavinsky wrote:
> I'm running into a problem using a combination of suckerfish dropdown
> menus and background image replacement w/ suckerfish dropdown menus.
> In a nutshell, I have 2 sets of horizontal navigations using
> suckerfish. The top is all text, the second is using image
> replacement. My problem is the top list dropdowns are hiding behind
> the navigation using the image replacement. Any ideas if there is an
> easy way to correct this?
> 
> Web site for reference: http://soyohio.org/2008template.html

Inside #nav2, there is an absolutely positioned <em> with z-index:1;. (I 
did not check whether this makes sense.)

But if you want #nav1 to be placed on top of this <em> in #nav2, then 
#nav1 should get position:relative; z-index:2.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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