fantomel Posted August 18, 2009 Share Posted August 18, 2009 Hello i`m coding a small header that i want to be 100% width but i`ve made it on 960px and i can't manage putin all the three part togther in a wrapper can someone please help? <body> <div id="header"> <div id="left"></div> <div id="center"></div> <div id="right"</div> </div> and css body { margin: 0px; padding: 0px; } #header { } #header #left { background-image: url(../images/index_02.png); background-repeat: no-repeat; height: 108px; width: 308px; } #header #center { background-image: url(../images/index_03.png); background-repeat: no-repeat; height: 150px; width: 290px; float: left; } #header #right { background-image: url(../images/index_02.png); background-repeat: no-repeat; height: 108px; width: 308px; float: right; } Quote Link to comment Share on other sites More sharing options...
fantomel Posted August 18, 2009 Author Share Posted August 18, 2009 problem solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.