centering - css background image completion -


please take @ following fiddle:

http://jsfiddle.net/urlq2/

<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

demo


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -