-----Original Message-----
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Lesley Lutomski
Sent: Friday, March 25, 2011 8:31 AM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] CSS Horisontal Navigation Stopped Working

On 24/03/11 20:28, Stephanie Robinson wrote:
> I've now changed it over to div's and while part of the css is working 
> OK, the navigation drop downs and hovers quit working. My brain is 
> mush looking at so few lines of code and not seeing what's wrong.
>
>
>
> http://www.issw.com/hallmark/index_new.htm

Hi Stephanie,

Using Firefox on Linux, your navigation drop-downs work fine - but only with
javascript disabled for your site.  If I enable javascript, the drop-downs
vanish.

I don't know if this helps at all, and I don't have time to look into it
further just now.  Hopefully someone else will be able to assist you.

Best wishes,

Lesley
______________________________________________________________________
css-discuss [css-d@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/
 

It seems your slideshow is layered above your drop downs so you can't see
them.
if you add z-index to this declaration
starts at line 105 in your stylesheet
#top_navigation #navbar li ul {
display: none;
width: 10em;
background-color: #CADBE5;
z-index: 9999; <----ADD THIS
}

______________________________________________________________________
css-discuss [css-d@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