Reputation: 45
I have 2 divs on my page(under construction).
One is the header_Wrapper which is page width(100%)
and header_inner(width: 980px)
I added a navigation bar and now there is a gap(it looks like padding is set to the wrapper but there isn't.)
I have no idea how to fix this gap. It appears in all the browsers I tested it in. Chrome, Opera, FF, IE, Safari
I have added my code to a Jsfiddle http://jsfiddle.net/FRp7d/
Upvotes: 1
Views: 403
Reputation: 1037
I did this on the fiddle and it worked.
In .headerWrapper{} add height:36px;
In .headerInner{} add height:100%;
Let me know if it works for you.
Upvotes: 1