Your text to link here...
What's the best way to get the navigation bar going full width here?
Off hand, I'd recommend restructuring the HTML.
Something like this...
http://codepen.io/Paulie-D/pen/oGKtA
html { background:url('images/fade.jpg') repeat-x scroll 0 0 transparent !important; } body { background:url('images/red.png') repeat-x scroll 0 167px transparent !important; }
I ended up using the background fade in the html and the red nav in the body. I figure it's more 'pro-joe' than one background image.
What do you think?
Thank you so much!
Your text to link here...
What's the best way to get the navigation bar going full width here?
Off hand, I'd recommend restructuring the HTML.
Something like this...
http://codepen.io/Paulie-D/pen/oGKtA
I ended up using the background fade in the html and the red nav in the body. I figure it's more 'pro-joe' than one background image.
What do you think?
Thank you so much!