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 )
Comments 4
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
Reply
:) - Love your icon
Sam
Reply
Reply
Leave a comment