| FAQ |
| Kalender |
|
|
#2 | ||
|
|||
|
Medlem
|
Ser inte att du bifogat någon bild?
Här är iaf en "3 columns layout" Kod:
#wrapper {
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 700px;
background:#cecece;
}
#header {
margin: 0 0 15px 0;
background: yellow;
}
#side-a {
float: left;
width: 150px;
}
#side-b {
float: right;
width: 150px;
}
#content {
float: left;
width: 56%;
}
#footer {
clear: both;
background: #A2A2A2;
}
Kod:
<div id="wrapper"> <div id="header"> HEADER </div> <div id="container"> <div id="side-a"> SIDE A </div> <div id="content"> CONTENT </div> <div id="side-b"> SIDE B </div> </div> <div id="footer"> FOOTER </div> </div> Victor |
||
|
|
Svara med citat
|
|
|