I am trying to convert a webpage that uses to tables for layout, to a CSS layout using DIVs. So far, the only problem I am having is laying out three columns that used to be table cells. I tried a variety of things, but the DIV that should be the right (third) colum is in the location margin-wise (I think), but on another line. This is what I have in the style section:
#content-panel1 { width: 234px;
float: left;}
#content-panel2 { width: 281px;
margin-left: 234px;
background-color: #F3F3F3;}
#content-panel3 { width: 272px;
float: right;
margin-left: auto}
I'm new to CSS, so I am not sure what is wrong.
Thanks In Advance For Your Assistance.



Reply With Quote




Bookmarks