Stretch CSS navbar colors to edges of screen

carpinteyromme

New Member
My navbar is 1024px and floats in the middle of the screen. I'm trying to carry the color of the navbar all the way to the left side of the screen. On the right side of the navbar I would like to carry 5px of orange all the way to the right side of the screen. \[code\].orangebar { background-color:#f36f21; height:5px;} \[/code\]I have created a dumbed down version of this problem in a jsFiddle (for quick editing).http://jsfiddle.net/CKZhVTrying to achieve this:
HqtX5.jpg
Picture of problem:
bCIt3.jpg
 
Back
Top