Click to See Complete Forum and Search --> : Div problems
BOB101
05-04-2006, 06:43 PM
Hi,
I have three colums (leftcol, middlecol, and right col) and some div content boxes in each one. But when I add two boxes to a colum (and leaving one in the other two) the other content boxes in the other colums shify down below the two boxes. How can I fix this?
See (http://www.zipzapgaming.com)
SliderNo1
05-04-2006, 09:53 PM
Hello,
There was a couple of simple spelling differences from your css to your page code an extra 'e' in the following two names which i removed.
.leftcol {
float: left;
width: 250px;
margin: 0px;
padding: 0px;
}
.rightcol {
float: left;
width: 250px;
margin: 0px;
padding: 0px;
}
I also floated the news to the right instead of left.
.news {
background: #333333;
float: right;
width: 243px;
margin: 0px;
margin-left: 1px;
margin-right: 2px;
padding: 2px;
}
and deleted the width from the footerlink_bottom to make it fill the tiny space that was on the right of the screen.
.footerlink_bottom {
color: #FFFFFF;
font-size: 10px;
background: #333333;
margin: 0px;
padding: 0px;
padding-top: 5px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;
}
With these minor changes you should be sound!
(",)
WebJoel
05-06-2006, 02:25 PM
Your content reads:
...1UP will take you trough each day of the Nintendo Conference. ....
That is spelled "through", not "trough" (the latter being essentially a container from which barnyard animals eat or drink, as in 'a pig trough'...).
:)