Forum de discussion
Forum « Programmation HTML » (archives)
code du message d en dessous ....
Envoyé: 16 juillet 2004, 13h40 par kentwood
/*Fichier CSS codé par Kentwood pour le site www.rachelonline.net*/
/*rachel_css*/
div.all{position: static; top: 20px; width: 740px; height:830px}
div.top{background-image: url(images/top.jpg); position: absolute; top: 20px; width: 740px; height: 150px}
div.menu{position: absolute; top: 170px; width: 740px; height: 30px}
div.main{position: absolute; top: 200px; width: 580px; height: 600px}
div.right{position: absolute; top: 200px; left: 590px; width: 150px; height: 600px}
div.bottom{position: absolute; top: 800px; width: 740px; height: 30px}
ma page index:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive">
<title>Untitled Page</title>
</head>
<link rel="stylesheet" type="text/css" href="rachel_css.css">
<body>
<div class="all">
<div class="top" >
</div>
<div class="menu">
<iframe src="menu.php" scrolling="no" marginheight="0px" marginwidth="0px" width="740px" height="30px" frameborder="no"
>
</iframe>
</div>
<div class="main">
<iframe src="main.php" scrolling="yes" marginheight="0px" marginwidth="0px" width="580px" height="600px" frameborder="no"
>
</iframe>
</div>
<div class="right">
<iframe src="side.php" scrolling="no" marginheight="0px" marginwidth="0px" width="160px" height="600px" frameborder="no"
>
</iframe>
</div>
<div class="bottom">
<iframe src="menu.php" scrolling="no" marginheight="0px" marginwidth="0px" width="740px" height="30px" frameborder="0"
>
</iframe>
</div>
</div>
</body>
</html>
voila si quelqu un pouvait m aider, merci
Réponses
|