la prima che hai dettoOriginariamente inviato da seed_squall_it
Per l'immagine, intendi dire che è l'immagine ad essere sollevata di 3px dal bordo inferiore o che è il box che la contiene ad essere sollevato rispetto al bordo inferiore della pagina?![]()
seed, ho provato con l'ultimo consiglio che mi hai dato, ma è un gran casino![]()
provo a riportare il codice completo...
home page
----------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test css</title>
<link href="stile.css" rel="stylesheet" type="text/css">
</head>
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0"
style="width:564px;height:100%">
<tr>
<td class="col_sx"></td>
<td valign="top" height="100%"><table
style="width:528px;height:100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="205" valign="top" bgcolor="#A37854">
header in flash
</td>
</tr>
<tr>
<td height="23" bgcolor="#c6c6c6"></td>
</tr>
<tr>
<td height:"100%">
<div id="container">
<div id="body_sx">
menu
</div>
<div id="body_dx">test test test test test test test test test test
test test test test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
test test test test test test test test test test test test test
test test test
</div>
<div id="body_img">
[img]img/body_home.jpg[/img]
</div>
</div>
</td>
</tr>
</table></td>
<td class="col_dx"></td>
</tr>
</table>
</body>
</html>
---------------------------------
foglio di stile
----------------------------------
html, body {
height: 100%;
margin:0px;
background-color:#4B0000;
}
#container {
min-height: 100%;
height: auto !important;
height: 100%;
width:528px;
background-color:#F0F0F0;
background-repeat:repeat-y;
position:relative;
}
.main {
width:100%;
height:100%;
}
.col_sx {
background-color:#B50000;
background-repeat:repeat-y;
width:18px;
}
.col_dx {
background-color:#B50000;
background-repeat:repeat-y;
width:18px;
}
#body_sx {
background-color:#984742;
width:119px;
float:left;
height:100%;
}
#body_dx {
background-color:#f0f0f0;
float:right;
width:409px;
height:100%;
position:relative;
z-index:0;
}
#body_img {
width: 409px;
height: 305px;
clear: both !important
position: absolute;
margin-left:90px;
}
uff...la visualizzazione è diversa da IE a FF...ma sballata in entrambi![]()
grazie mille per ora...