La tua pagina tipo
codice:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
<title>pagina</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="stile.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<div id="lingue">
<ul>
[*][img]bandiera_italia_current.gif[/img]
[*][img]bandiera_inglese.gif[/img]
[/list]
</div>
<div id="patrocini">
Con il patrocinio di:</p>
[img]logo_comune.gif[/img]
</div>
</div>
<div id="vetrina" class="fascia">
[img]top.jpg[/img]
</div>
</div>
</body>
Il tuo css:
codice:
body {
width: 100%;
margin: 0;
padding: 0;
font-size: 0.7em;
}
ul{
margin: 0;
padding: 5px 0 10px 0;
list-style-type: none
}
ul li{
display: inline
}
#container {
width: 760px;
margin: 0 auto;
padding: 0
}
#header {
width: 100%;
margin: 0;
padding: 0;
float: left;
position: relative;
top: 0;
left: 0
}
#lingue {
width: 60%;
margin: 0;
padding: 0;
float: left;
position: absolute;
left: 0;
bottom: 0
}
#patrocini {
width: 39%
margin: 0;
padding: 0;
float: right
}
#patrocini p {
line-height: 1.2em
}
#patrocini img {
padding: 5px 0 10px 0
}
Altrimenti, non ho capito