centering - css background image completion -
please take @ following fiddle:
<div class="header"> header </div> <div class="navi_wrap"> <div class="navi"> <a href='#'>tab1</a> <a href='#'>tab2</a> </div> </div> <div class="wrapper"> content </div>
the background image should have 100% width, header , content should centered.
i'm trying achieve missing orange background block left navigation block.
what's best approach this?
remove margin:0px auto;
div.navi
, div.wrapper
Comments
Post a Comment