Subscribe to
Posts [Atom]


div won't size 100% width in internet explorer

Wednesday, January 03, 2007

div won't size 100% width and it just extends past the confines of the page making the page scroll.

Solution:
I added the following to the css:
#RightColumn {
margin: 0px;
padding: 0px;
position: relative;
left: 0px;
top: 0px;
clear: right;
float: left;
width: 100%;
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home