In MSIE, at you'll see that the layout is ok (hopefully) but when you go to I've purposefully removed the right hand column to fit more text but this has borked the left left hand column (why won't it stay where it's supposed to be!).
The left column css is
Full style sheet is
Any help is very much appreciated!
The left column css is
Code:
.lhcol
{
WIDTH: 120px;
float: left;
margin: 0px;
display: block;
position: absolute;
}
Full style sheet is
Any help is very much appreciated!