Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-28-2012, 09:13 PM   PM User | #1
johndove
New Coder

 
Join Date: Jul 2005
Posts: 99
Thanks: 29
Thanked 0 Times in 0 Posts
johndove is an unknown quantity at this point
menus displaying behind the masthead

Hi, please see URL: http://testing.backstageweb.net/. Mouse over nav link "Page 1" and you'll see that the menus are displaying behind the masthead; I don't know why. Relevant code:

Code:
.menu#nav-primary {
	background:url(../images/navbar_bkgrnd.jpg) repeat-x;
	overflow:hidden;
	width:1050px;
	height:62px;
	margin:0;
	z-index:500;
	position:relative;
	}

#masthead {
	background:#FFF;
	overflow:hidden;
	}
I may be looking at the wrong code (probably am) but I appreciate any help.

Thanks.

john
johndove is offline   Reply With Quote
Old 11-29-2012, 06:18 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Remove overflow;hidden; from #nav-primary.menu
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
johndove (11-29-2012)
Old 11-29-2012, 02:14 PM   PM User | #3
johndove
New Coder

 
Join Date: Jul 2005
Posts: 99
Thanks: 29
Thanked 0 Times in 0 Posts
johndove is an unknown quantity at this point
Thanks! : )
johndove is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:21 AM.


Advertisement
Log in to turn off these ads.