How Do You Move Navigation Borders? SOLVED!

Jan 29, 2013 02:50

I almost got my journal the way that I want it. The main problem is that once I center the navigation bar, the left side sticks out. I did this once a long time ago but now I forget how to do it. Any help would be appreciated.

EDIT This is for regisjr and I use Firefox witha PAID account..

The Code )

Leave a comment

Comments 4

marilla_pm67 January 29 2013, 09:19:24 UTC
Hello,

First :
Change
#header-inner {
background-image: url("http://img.photobucket.com/albums/v318/jayregee/gaypridebanner.png");
height: 480px;
width: 800px;
}

To
#header-inner {
background: url(http://img.photobucket.com/albums/v318/jayregee/gaypridebanner.png) no-repeat;
height: 480px;width: 800px;}

And then add :
ul.nav {border: 1px lime; width: 700px}

just under :
#header-text ul.nav a:hover {color: #333333;}

It should fix your issue, if not, let me know.

Sam

Reply

regisjr January 29 2013, 09:29:29 UTC
Thank you! That worked!

Reply

marilla_pm67 January 29 2013, 09:33:49 UTC
Glad I could help!!

:) - Love your icon
Sam

Reply

regisjr February 2 2013, 03:38:37 UTC
Thank you.

Reply


Leave a comment

Up