again another problem
i have my <div></div> tags set up and that is ok, for the main one atleast.
i have used HTML to center it to my webpage. all is ok here.
but when i try to add one to the right of the page, se to float to the right of the page it renders ok in firefox, though ni IE it causes one of the tables to be pushed across towards the other side.
my CSS is:
.description
{
width: 200px;
border-style: groove;
border-width: 1px;
border-color: #fc00ff;
float: right;
}
and the others have no float commands btu are using the <center></center> tages to position them
how can i get it to render proplerly in IE?
(i attached a screen shot - i saved it as .gif to save download time - that's why it's crap quiality
)