CSS expanding div's

ADELSALEM

New Member
Hi my CSS code is this:\[code\] #bottom { height: 100px; background-color: #afafaf; width: auto; border-top: 4px solid green; margin-top: 90px; }\[/code\]my code is this: \[code\]<body> <div id="wrapper"> <div id="logo"></div> </div> <a href=""><div class="box">Go to our forums &raquo; </div></a> <div id="bottom">TEST</div></body>\[/code\]This is what it looks like: http://screencloud.net/v/cxEuwhy does it show those gaps on both ends of the div? I want it to show across the whole screen. I tried different widths, but nothing works. Or I'm doing something wrong !
 
Back
Top