PDA

View Full Version : Neverending Navbar


Greenskull
09-21-2009, 03:37 AM
Hello. I have a navbar that is actually located in header. It is directly beneath the site banner. How would I go about making it continue forever both left and right?

My site is here: http://www.readyuplive.com/
An example site is here: http://www.bungie.net/

Here is what is used to make the navbar:

#menu_links { background: url(new/misc/skin/menu_bk.jpg) repeat-x; padding-top: 3px; text-align: center; width: 100%;}


Thanks in advance!

Lynne
09-21-2009, 02:25 PM
The div that contains your forum is fixed width - 950px. You would have to make that 100% in order to not have the small margins on the side of the forums. You may want to ask the style designer for help.

Greenskull
09-22-2009, 01:31 AM
The div that contains your forum is fixed width - 950px. You would have to make that 100% in order to not have the small margins on the side of the forums. You may want to ask the style designer for help.

I AM the style designer, that's the problem. I came here for help. And I want the forum to stay fixed that way, I just want the navbar to continue.

Greenskull
09-26-2009, 04:27 AM
so any ideas?

Lynne
09-26-2009, 03:11 PM
Sure. Don't put the navbar within a div that is set to only be 950px wide.