Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Drop Down Menu Covered up by Animated Slideshow

Guest
Jan 12, 2011 Jan 12, 2011

I'm a newbie to Dreaweaver, but I'm building my personal web page and I can't figure out why my dropdown menu (under Portfolio tab) is being covered up by the animated slideshow. I've tried using the (z-index) and that didn't work, I've also replaced the animated slideshow with a static jpeg and everything works fine. This site is a work in progress, but I want to get this figured out before I build the rest of the portfolio pages

Here's the link the test page:

http://www.rodrice.net/index_demo3.html

Here's a link to the same page without the animated slideshow

http://www.rodrice.net/index_demo3_navbar.html

Any help or tips would be appreciated.

Thanks, Rod Rice

TOPICS
Server side applications
585
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 12, 2011 Jan 12, 2011

Try this:

ul#css3menu{
    margin:0 0 0 65px;
    list-style:none;
    background:#000 url('menubk.png') repeat;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    -moz-box-shadow:4px 4px 4px #999;
    -webkit-box-shadow:4px 4px 4px #999;
    box-shadow:4px 4px 4px #999;
    z-index: 1;
    }

Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Translate
Community Expert ,
Jan 12, 2011 Jan 12, 2011

Try this:

ul#css3menu{
    margin:0 0 0 65px;
    list-style:none;
    background:#000 url('menubk.png') repeat;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    -moz-box-shadow:4px 4px 4px #999;
    -webkit-box-shadow:4px 4px 4px #999;
    box-shadow:4px 4px 4px #999;
    z-index: 1;
    }

Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 12, 2011 Jan 12, 2011
LATEST

Thanks!!!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines