> I've just implemented a different method for using a drop down DHTML 
> menu
> because I was not satisfied with the behavior of the other one. It 
> is
> working great on its own:
> http://www.language-works.com/swimdesign/dropdown.htm
> CSS located at
> http://www.language-works.com/swimdesign/p7_cssexpress/p7exp/p7exp.css
>
> but it gets hidden behind other elements of the page when 
> integrated.  What
> am I doing wrong?
> Examples of implementation:
>
> http://www.language-works.com/swimdesign/template-public-6.htm
> CSS at 
> http://www.language-works.com/swimdesign/template-public-6.css
>
> and http://www.language-works.com/swimdesign/template-10.htm
> CSS at http://www.language-works.com/swimdesign/template-10.css

See this page, Anne:
 http://www.projectseven.com/testing/customers/exp/

I set this to position relative and gave it a z-index to counteract 
your page layout issues.
*/
#menuwrapper {
 border-top: 1px solid #163A66;
 background-color: #163A66;
 position: relative;
 z-index: 20000;
}

I also fixed the padding problem on your sub-menu <a> elements.

-- 
Al Sparber
PVII
http://www.projectseven.com

"Designing with CSS is sometimes like barreling down a crumbling 
mountain road at 90 miles per hour secure in the knowledge that 
repairs are scheduled for next Tuesday".






______________________________________________________________________
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