focus
Member
- Messages
- 128
- Reaction score
- 0
- Points
- 16
How do i get this layout? I've got everything besides the little area on the left which I've circled in red.
I've attached a file with the layout i want.
This is my current CSS:
body {
margin:0;
}
#wrap {
width:780px;
margin:auto;
float:left
}
#header {
width:780px;
height:150px;
background:#00CCFF;
}
#menu {
float:left;
width:180px;
background: #333;
}
#content {
float:right;
width:600px;
}
I've attached a file with the layout i want.
This is my current CSS:
body {
margin:0;
}
#wrap {
width:780px;
margin:auto;
float:left
}
#header {
width:780px;
height:150px;
background:#00CCFF;
}
#menu {
float:left;
width:180px;
background: #333;
}
#content {
float:right;
width:600px;
}