Forum Moderators: not2easy
CSS code:
#container
{
text-align: left;
margin: 20px 20px 0px 165px;
border-width: 1px;
border-color: #3399FF;
border-style: solid;
background-color: #FFFFCC;
border-collapse: collapse;
}
.classified
{
font-family: Verdana,Helvetica;
font-size: 8pt;
float: left;
width: 160px;
height: 65px;
padding: 0px 4px 2px 4px;
I don't think its the IE hack issue
well it's not a box model hack, but it is a layout hack [webmasterworld.com] that's required.
jfjet is right the container needs a dimension (layout hack), if width is not suitable, because it doesn't fit with your design then try hacking in a small height for it.. (1% is usual one used)
Suzy