digg

Tuesday, June 26, 2007

It's been awhile

Lately i been hitting up some great css techniques. The thing that trouble me was that using curvy corners (javascript based rounded corners) I had a problem with getting html page being fixed width. Well me being silly I solve the solution. CSS is great when you know the box-method and understand setting margins and padding to specific html tags.

So in your wrapper tag you should have the following css:

#wrapper {

position:relative;
margin-left:auto;
margin-right:auto;
width: 800px;
}

No comments: