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 12-06-2012, 05:22 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
something blocking display of nav sub-menu

See URL: http://testing.backstageweb.net/

On the main menu, mouse over "Donate" - the 4th sub-menu item is being blocked by something, looks like h2#description (?)

Code:
#nav ul li {
	background-color:#000000;
	color:#fff;
	outline:0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:1px dotted #937c52;
	-moz-box-shadow: 4px 4px 4px #444;
	-webkit-box-shadow: 4px 4px 4px #444;
	box-shadow: 4px 4px 4px #444;
	font-size:.9em;
	}

h2#description {
	font-weight: normal;
	font-size:1em;
	padding-top:8px;
	text-align:center;
	}
johndove is offline   Reply With Quote
Old 12-06-2012, 05:27 PM   PM User | #2
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
and on that same menu item, if I add another level to the menu, it cuts off at the wrapper.
johndove is offline   Reply With Quote
Old 12-06-2012, 07:20 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
The div blocking the nav is #main:

Code:
#main {
	background: #FFF;
	clear: both;
	}
- ??
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:59 PM.


Advertisement
Log in to turn off these ads.