beeswax Posted January 24, 2009 Posted January 24, 2009 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.
beeswax Posted January 24, 2009 Author Posted January 24, 2009 Thanks Sysman. just been figuring this out for myself. Just trying to find where I change the hover colour in the vertical menu.
Edu-IT Posted January 24, 2009 Posted January 24, 2009 (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 January 24, 2009 by Edu-IT
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now