atingram 0 Report post Posted January 16, 2012 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 0 Report post Posted January 16, 2012 Specifically, the header on this page: http://www.pagelines.com/tour/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 16, 2012 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