Jump to content
Sign in to follow this  
atingram

Header and Menu

Recommended Posts

atingram

I would like to make a header that is similar to the Pagelines header, that is, a graphic that extends the full width of the screen with the logo and menu on top of that graphic. I am also curious as to how Pagelines created the "floating box" type menu options. Any ideas?

Share this post


Link to post
Share on other sites
atingram
Specifically, the header on this page: http://www.pagelines.com/tour/

Share this post


Link to post
Share on other sites
kastelic
Here is the CSS code (using Google Chrome, right-click and "inspect element") used there: [code]body #brandnav { background: #333 url(images/brandnav-bg.png) repeat-x 0 0; border-bottom: 1px solid #F7F7F7; font-family: georgia, times, serif; }[/code]

Share this post


Link to post
Share on other sites

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

Sign in to follow this  

×