posto sia il css che l'html ...
(non guardate la disposizione delle scritte xke trasportandole da DW a qui, gli spazi cambiano)
CSS
codice:
/* new container - new container_heart */
html,body
{
margin:0;
padding:0;
}
body
{
font:100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
background:#FFFFFF;
}
div#container_heart
{
width:100%;
background:url(../image_layout/header.png) bottom;
background-repeat:repeat-x fixed;
border-bottom:2px solid Black;
border-color:#CC0000;
}
div#container_personal
{
width:950px;
margin:0 auto;
overflow:visible;
}
div#container_personal_logo
{
position:absolute;
}
div#container_personal_menų
{
height:60px;
}
.class_personal_profile_DX{
float: right;
width:60px;
height:60px;
background:url(../image_layout/user_menu.gif) right;
background-repeat:no-repeat;
}
.class_personal_profile_CNTR{
float: right;
width:155px;
height:60px;
background:url(../image_layout/user_menu.gif) center;
background-repeat:no-repeat;
}
.class_personal_profile_SX{
width:155px;
float:right;
height:60px;
background:url(../image_layout/user_menu.gif) left;
background-repeat:no-repeat;
}
div#container_menų_top
{
width:950px;
height:35px;
margin:0 auto;
backgorund:#FFFFFF;
}
/* stop container - new container_heart */
HTML
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>iuppi.com - il tuo nuovo portale</title>
<link href="../style_page_web/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container_heart">
<div id="container_personal">
<div id="container_personal_logo">
<div style="margin-top:15px">
[img]../image_layout/ES.logo.PNG[/img]
</div>
</div>
<div id="container_personal_menų">
<div class="class_personal_profile_DX">
<div align="right">
<div style="margin-top:10px">
<div style="margin-right:10px">
[img]../immagini_prova/Immagine.PNG[/img]
</div>
</div>
</div>
</div>
<div class="class_personal_profile_CNTR">
<div align="right">
<div style="margin-top:14px">
<p align="right" style="margin-bottom: -20px">
<font face="Arial" style="font-size: 9pt">nomeutente</font></p>
<p align="right" style="margin-bottom: -1px">
<font face="Arial" size="1">(log out)</font></p></div>
</div>
</div>
<div class="class_personal_profile_SX">
<div align="right">
SX
</div>
</div>
</div>
</div>
<div id="container_menų_top">
menų top
</div>
</div>
</body>
</html>