menu pionowe i poziome html?
Posty: 2 Strona 1 z 1
menu pionowe i poziome html?
czescjak sie dodaje menu pionowe i poziome do szkieletu strony w html?
mam cos takiego:
<html>
<head>
<title>moja strona</title>
</head>
<body>
<div class="1">logo</div>
<div class="2">nawigacja</div>
<div class="3">tresc</div>
<div class="4">stopka</div>
</body>
<style>
.1{
width: 900px;
height: 50px;
background: #669966;
float: left;
border: gray dashed 1px;
}
.2{
width: 900px;
height: 50px;
background: #669966;
float: left;
border: gray dashed 1px;
}
.3{
width: 900px;
height: 800px;
background: #669966;
float: left;
border: gray dashed 1px;
}
.4{
width: 900px;
height: 50px;
background: #669966;
float: left;
border: gray dashed 1px;
}
</style>
</html>
Strona 1 z 1