1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<!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" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Maquette</title>
<style>
body {margin: 0px;padding: 0px; font-family:Verdana,Arial, Helvetica, sans-serif;}
#principal{ max-width:1024px; min-width:800px; margin:auto; width:expression(document.body.clientWidth > 1024? "1024px": "auto" );}
DIV#menu-haut{margin:0; padding:0 201px 0 28px; overflow:auto; zoom:1; background-color:#FF66CC;}
DIV#menu_droite{float:right; width:201px; background-color:#99CC66;}
</style>
</head>
<body>
<div id="principal">
<div id="menu_droite">
bla<br />
bla<br />
bla<br />
bla<br />
bla<br />
bla<br />
bla<br />
</div>
<div id="menu-haut">
bla<br />
bla<br />
bla<br />
</div>
</div>
</body>
</html> |
Partager