Posted by nickolas80 on 09/28/05 08:37
I have a DIV which I want to completely go from one side of the page to
the other, with not whitespace or margins. I can not seem to get it to
work, it is flush on the left, but leaves about 15px of whitespace on
the right side.
Here is my CSS:
#MidBar {
position: absolute;
height: 50px;
width: 100%;
left: 0px;
top: 110px;
background-color: #0066CC;
right: 0px;
}
and my div:
<div class="MidBar" id="MidBar"></div>
any suggestions?
[Back to original message]
|