![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm using the free Navigation Bar that is in the Resources section: http://www.studiopress.com/graphics/navigation-bars
I have successfully installed the code and everything works good. However, I'm trying to make the #nav div raise up 15 pixels on the page to overlay another graphic I have. The problem is when I do this the drop down menu's do not display correctly. Below is the only code I have added: #nav { background: url(images/nav-green.png); clear:both; color: #fff; margin: 0 auto; overflow: hidden; text-transform: uppercase; width: 960px; position: relative; top: -15px; } How can I resolve this so the drop down's will display? |
|
#2
|
||||
|
||||
|
Please post a link to your site
__________________
Nick "Fred and/or George Weasley" Croft Designs by Nick the Geek @Nick_theGeek on Twitter Make web design easier, get FireBug for FireFox Want to learn more about Genesis? Check out my Genesis Explained Series |
|
#3
|
|||
|
|||
|
http://www.bountiful-harvest.com/wordpress/
Please use the following to log in: user: guest gass: guest |
|
#4
|
||||
|
||||
|
add z-index:5;
__________________
Nick "Fred and/or George Weasley" Croft Designs by Nick the Geek @Nick_theGeek on Twitter Make web design easier, get FireBug for FireFox Want to learn more about Genesis? Check out my Genesis Explained Series |
|
#5
|
|||
|
|||
|
Adding it to #nav didn't change anything. :\
|
|
#6
|
||||
|
||||
|
I'm getting a syntax error on your site now.
__________________
Nick "Fred and/or George Weasley" Croft Designs by Nick the Geek @Nick_theGeek on Twitter Make web design easier, get FireBug for FireFox Want to learn more about Genesis? Check out my Genesis Explained Series |
|
#7
|
|||
|
|||
|
I was working on it probably. Try again?
|
|
#8
|
||||
|
||||
|
set the overflow to visible and put a height of about 49px in here
Code:
#nav {
background: url(images/nav-green.png);
clear:both;
color: #fff;
margin: 0 auto;
overflow: hidden;
text-transform: uppercase;
width: 960px;
position: relative;
top: -15px;
z-index:5;
}
__________________
Nick "Fred and/or George Weasley" Croft Designs by Nick the Geek @Nick_theGeek on Twitter Make web design easier, get FireBug for FireFox Want to learn more about Genesis? Check out my Genesis Explained Series |
|
#9
|
|||
|
|||
|
Awesome, that did it. Thanks a lot!
... now to find out why that slideshow img is not sitting in the right place. |
|
#10
|
||||
|
||||
|
You're welcome.
Since this is resolved I'm going to close this thread.
__________________
Nick "Fred and/or George Weasley" Croft Designs by Nick the Geek @Nick_theGeek on Twitter Make web design easier, get FireBug for FireFox Want to learn more about Genesis? Check out my Genesis Explained Series |
| Thread Tools | |
| Display Modes | |
|
|
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us