View Single Post
  #1 (permalink)  
Old 10-09-2006, 10:04 PM
jannmirch's Avatar
jannmirch jannmirch is offline
WebProWorld Pro
 
Join Date: Sep 2005
Location: Yorktown Heights, NY
Posts: 112
jannmirch RepRank 1
Default CSS DIV height fix for IE6

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;
}
__________________
Graphic & Web Design
www.jannmirch.com
Reply With Quote