Salve a tutti, sto impazzendo sull'altezza di una cella. Su mozilla funzione, su IE in locale funziona ma online no.
Vi allego l'immagine per farvi capire.
Grazie per l'aiuto, non riesco proprio a risolvere.
Salve a tutti, sto impazzendo sull'altezza di una cella. Su mozilla funzione, su IE in locale funziona ma online no.
Vi allego l'immagine per farvi capire.
Grazie per l'aiuto, non riesco proprio a risolvere.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="it">
<head>
<link rel="stylesheet" href="tmp.css" />
</head>
<body>
<table cellpadding="0" cellspacing="0" class="product_info_table" width="60%">
<tr>
<td style="border: 1px solid black; width: 210px" valign="top" rowspan="4" align="center">
[img]Immagine 025.jpg[/img]
</td>
<td rowspan="4" width="10"></td>
<td colspan="2" height="16" style="padding-bottom: 1px; line-height: 20px;">[img]images/product_info_offerta.gif[/img]</td>
</tr>
<tr>
<td class="product_info_td_price" valign="top">
<div class="text_price">Prezzo (IVA inclusa):<span style="color: #cc0000;"><s>€ 15,00</s><span class="productSpecialPrice">€ 13,00</span></span></div>
<div class="text_price">Codice di riferimento Triware.it:14C08-73</div>
</td>
<td rowspan="2" class="product_info_back_right" width="3"></td>
</tr>
<tr>
<td class="product_info_td_add_cart" valign="bottom"><div class="product_info_add_cart"><input type="hidden" name="products_id" value="171" /><input type="image" src="tmp_carrello.jpg" alt="Aggiungi al carrello" title=" Aggiungi al carrello " /></div></td>
</tr>
<tr>
<td class="product_info_back_down" valign="bottom"></td>
<td class="product_info_angle" width="3"></td>
</tr>
</table>
</body>
</html>
Questo il css:
div.product_info_actions {
background: url(images/back_product_info.png);
margin-bottom: 10px;
}
div.product_info_add_cart {
margin-bottom: 5px;
margin-top: 15px;
text-align: center;
}
div.text_price {
background: #eeeeee;
font-weight: bold;
padding: 5px;
}
div.text_short_description {
padding: 5px;
margin-bottom: 15px;
}
.product_info_name {
font-size: 14px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}
.product_info_table{
padding: 0px;
margin: 0px;
margin-bottom: 10px;
width: 100%;
}
.product_info_td_add_cart {
background: #eeeeee;
border-left: 1px solid #D6D6D6;
padding-bottom: 10px;
}
.product_info_td_price {
background: #eeeeee;
border-top: 1px solid #D6D6D6;
border-left: 1px solid #D6D6D6;
padding: 5px;
width: 255px;
}
.table_specifiche td {
border-bottom: 1px solid #777777;
padding: 6px;
}
td.product_info_angle {
height: 3px;
width: 3px;
background-image: url(images/product_info_angle.gif);
}
td.product_info_back_down {
background-image: url(images/product_info_border_vert.gif);
background-repeat: repeat-x;
height: 3px;
}
td.product_info_back_right {
background-image: url(images/product_info_border_orizz.gif);
background-repeat: repeat-y;
width: 3px;
}
.text_IVA_product_info {
color: #990000;
font-weight: bold;
}
div#product_info_description_selected {
border: 1px solid #777777;
width: 468px;
}
Si, ma spiegaci anche che problema ti da altrimenti è impossibile...IMG]http://forum.html.it/forum/faccine/074.gif[/IMG]
Se puoi posta anche la pagina...![]()
Guarda l'immagine in allegato, sotto alla scritta "Offerta" IE mette uno spazio, mentre a me serve che la cella abbia altezza esattamente 16px.Originariamente inviato da lorenzos
Si, ma spiegaci anche che problema ti da altrimenti è impossibile...IMG]http://forum.html.it/forum/faccine/074.gif[/IMG]
Se puoi posta anche la pagina...![]()
Perchè ho la necessità che i 2 box (a dx e sx) siano della stessa altezza (e sono altezze variabili).Originariamente inviato da lorenzos
Perchè non converti le trabelle in div?