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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<html>
<head>
<style type="text/css">
legend
{
font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
color: #000000;
font-weight: bold;
}
fieldset
{
border: 1px solid #c0e0ff;
margin-bottom: 0 0 50px 50px;
background-color: #ffffff;
}
#header
{
float:right;
width:75%;
background:#C0C0C0;
font-size:100%;
line-height:normal;
}
#header ul
{
margin:0;
padding:0;
list-style:none;
}
#header li
{
float:left;
background-image:url("norm_right.gif")
no-repeat right top;
margin:0;
padding:5;
}
#header a
{
display:block;
}
</style>
</head>
<body>
<form action="post">
<fieldset style="height:10%;">
<legend>Recherche</legend>
<img alt="logo" src="logo.gif" align="right" height=60 width=95.5>
</fieldset>
<fieldset style="height:60%;">
<legend>Resultat</legend>
<div id="header">
<ul>
<li id="current"><a href="#"><span>Onglet1</span></a></li>
<li><a href="#"><span>Onglet2</span></a></li>
<li><a href="#"><span>Onglet3</span></a></li>
</ul>
</div>
</fieldset>
<fieldset style="height:20%;">
<legend>Console</legend>
</fieldset>
</form>
</body>
</html> |
Partager