CSS Vertical
CSS Vertical
Out of context: Reply #2
- Started
- Last post
- 11 Responses
- Stugoo0
does it have to be a particular width?
#page_content{
width: 1000px;
left: 50%;
top: 0;
position: absolute;
margin-left: -500px;
margin-top: 0;
padding: 0;
}just make sure the margin is half of the width.