Menu to continue into background

GK User
Thu Mar 22, 2012 3:21 pm
I am trying to make the main menu extend into the background of the site. I have tried to make it work with a background image lined up but when someone zooms in or out on the keyboard it does not line up anymore. I am sure it can be done with css but i am not sure how to do it. Has someone seen a demo or a website that can explain how to do it? Any help would be great.

David
User avatar
Junior Boarder

teitbite
Fri Mar 23, 2012 2:22 am
Hi

I'm not sure if I understand. Can You show me or explain it better. Tell me Your site's url.
User avatar
Moderator

GK User
Fri Mar 23, 2012 12:56 pm
This is what i seen that i liked http://www.istitutoetoile.it/
My site is on a testing server, if the link above does not help i can pm you the link to my testing server.
User avatar
Junior Boarder

teitbite
Sat Mar 24, 2012 6:56 pm
Hi

This can be done by adding this bar to main site's background like:

Code: Select all
body {
    background: url("images/nav.png") repeat-x scroll 0 0 transparent;
}


and than with second numeric value in code above You can choose height where background should be placed.
User avatar
Moderator


cron