I need some sort of workaround for a DIV height in IE6. The page renders fine in Firefox, Netscape and Opera.
I'm ready to resort to a table!!
Here's the page:
www.katestreasure.com
Here's my CSS:
#item {
float: left;
clear: inherit;
width: 120px;
text-align: left;
padding: 5px;
margin: 2px 2px 2px 2px;
height: 220px;
border: 1px solid #CCCCCC;
vertical-align: top;
}
#item p {
padding: 0px 0px 5px 0px;
font-size: .9em;
line-height: 1.1em;
}
#item .Price {
margin: 0px;
font-style: italic;
}