Jump to content

Recommended Posts

Posted

I don't know if this has been posted, but I was messing with the header image this morning and wondered what would happen if I extended the header image for the full width (950px) of the page. As you can see from the attachment, the menu overlays the image. There don't seem to be any ill effects to the rest of the site when using the menu and image in combination that I can see.

I could do with dropping the menu down a tad though as it sits too close to the title text.

header1.5.png

Posted (edited)
Thanks Sysman. just been figuring this out for myself. Just trying to find where I change the hover colour in the vertical menu.

That's in template.css.

 

/* Normal link */

a:link, a:visited {

color: #BBB;

font-size: 11px;

text-decoration: none;

}

 

a:hover, a:active {

color: #FFFFFF; - Change this

text-decoration: none;

font-weight: bold;

}

You should look at your site in IE6 as from what I remember using the full width messes the navigation up in IE6. Could be wrong though!

Edited by Edu-IT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...