StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 10-10-2012, 03:21 PM
streetfire streetfire is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 16
Default Navigation Help

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  
Old 10-11-2012, 07:27 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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  
Old 10-15-2012, 12:48 PM
streetfire streetfire is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 16
Default

http://www.bountiful-harvest.com/wordpress/

Please use the following to log in:

user: guest
gass: guest
  #4  
Old 10-15-2012, 08:21 PM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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  
Old 10-16-2012, 09:28 AM
streetfire streetfire is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 16
Default

Adding it to #nav didn't change anything. :\
  #6  
Old 10-16-2012, 10:29 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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  
Old 10-17-2012, 09:15 AM
streetfire streetfire is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 16
Default

I was working on it probably. Try again?
  #8  
Old 10-17-2012, 09:32 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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  
Old 10-17-2012, 09:53 AM
streetfire streetfire is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 16
Default

Awesome, that did it. Thanks a lot!

... now to find out why that slideshow img is not sitting in the right place.
  #10  
Old 10-17-2012, 09:56 AM
NicktheGeek's Avatar
NicktheGeek NicktheGeek is offline
Forum Manager
 
Join Date: Feb 2010
Posts: 62,650
Default

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

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 -5. The time now is 08:16 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.