close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Navigation behind Slider

Thread began 4/04/2013 1:02 pm by Cologne | Last modified 5/08/2013 6:45 am by Jason Byrnes | 2588 views | 9 replies |

Cologne

Navigation behind Slider

Hello,

my navigation hides behind my slider.
Is it about the zIndex?

localhero.de/

Cheers
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

in the menu.css file, edit the first rule:

ul#cssmw1 {
cursor: default;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}




and add position:fixed; to it:

ul#cssmw1 {
cursor: default;
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
position: fixed;
}
Sign in to reply to this post

Cologne

Hi Jason,
thanks, works great.
Will this be fixed in the future?
Cheers,
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

It's is a problem specific to your layout.

99.9% of the time, adding position fixed is not necessary and can actually break other functionality.

Sign in to reply to this post

Cologne

hm, my layout is made with sculptor.
Can you see what the problem in my design is?
I like it and I want to use it as much as possible :-)

Denis

Sign in to reply to this post

Jason ByrnesWebAssist

the header uses overflow hidden:


#outerWrapper #header {
background-image: url("../localhero_standard_images/header_background.png");
background-position: left top;
background-repeat: repeat-x;
height: 40px;
overflow: hidden;
}


the dropdown menu is considered overflow, so it gets hidden.

Sign in to reply to this post

Cologne

is this, because I have Logo and Navigation next to each other?

Sign in to reply to this post

Jason ByrnesWebAssist

no, it is because of the overflow style on the header.

Sign in to reply to this post

Cologne

Jason,
the navigation now stays fixed on the page if you scroll :-)

http://localhero.de/

Help :-)
Denis

Sign in to reply to this post

Jason ByrnesWebAssist

instead of adding position fixed to the menu css, remove the overflow hidden from the #outerWrapper #header

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...