View Single Post
  #2  
Old 08-22-2007, 09:21 PM
  scoobie's Avatar 
scoobie scoobie is offline
 

Advanced Member
  
Join Date: Dec 2006
Location: Sydney
Posts: 84
 

Default Re: Products_T template

Can any anyone help me my non collapsing table issue in IE? I have tried all the diagnostic tools to figure this one out to no avail. I just don't know where the spacing on the bottom comes from which may be causing the problem. I have no empty rows in the table. My html code is the same as originally posted with an addition of a height tag with of 100px on the td with the nowrap on it and removed the height="60" in red.

My dialog css looks like this:

TABLE.DialogBox {
WIDTH: 100%;
HEIGHT: 100%;
VERTICAL-ALIGN: top;
padding: 0;
}

TD.DialogBox {
BACKGROUND-COLOR: #ffffff;
TEXT-ALIGN: center;
PADDING: 5px;
}
.DialogBorder {
BACKGROUND-COLOR: #ff0066;
HEIGHT: 100%;
PADDING: 0;
}

TD.DialogTitleNew {
COLOR: #ffffff;
font-weight:bold;
FONT-SIZE: 14px;
BACKGROUND-COLOR: #ff0066;
height:32px;
VERTICAL-ALIGN: middle;
padding:1px;
PADDING-LEFT: 10px;
TEXT-ALIGN: left;
}

FONT.DialogTitle {
COLOR: #ffffff;
FONT-SIZE: 12px;
VERTICAL-ALIGN: bottom;
HEIGHT: 15px;
TEXT-ALIGN: left;
MARGIN-LEFT: 10px;
}

/*
Dialog info box
*/
TABLE.DialogInfo {
WIDTH: 85%;
TEXT-ALIGN: center;
}
.DialogInfoTitle {
COLOR: #FFFFFF;
FONT-WEIGHT: bold;
FONT-SIZE: 12px;
VERTICAL-ALIGN: bottom;
TEXT-ALIGN: left;
HEIGHT: 15px;
PADDING-TOP: 0px;
PADDING-BOTTOM: 0px;
PADDING-LEFT: 10px;
PADDING-RIGHT: 10px;
}
.DialogInfoTitleBorder {
BACKGROUND-COLOR: #081589;
PADDING: 0px;
VERTICAL-ALIGN: bottom;
HEIGHT: 15px;
}
.DialogInfoBorder {
BACKGROUND-COLOR: #081589;
PADDING: 0;
}
.DialogInfoIcon {
WIDTH: 16px;
HEIGHT: 16px;
}
.DialogInfoClose {
WIDTH: 15px;
HEIGHT: 13px;
}

Thanks,
Kylie
Attached Thumbnails
Click image for larger version

Name:	ie_jewellery2.jpg
Views:	152
Size:	51.3 KB
ID:	535  
__________________
X-CART 4.1.8 (Add-Ons: onSale, CDSEO, AOM, Thickbox)
PHP 4.4.4
SQL 4.1.21
Linux O/S
Reply With Quote