2008年4月14日星期一

CSS widescreen

now the widescreen is quite pop, so the pages maybe quit good in 1024*768 , but then it got problem in 1280*800. i found 2 major code to fix it(it takes me more than 1 hour, my stupid head)

first identify you body width

then the margin.

body
{
font-family: Verdana, serif;
font-size: 12px;
background-color: #000;
color: #fff;
width:960px;
margin:0px auto 0px auto;
}

if you delete the "width:960;", that will be a different story.

1 条评论:

Carrie 说...

hey, i do sure that you are smart:)
i knew that you worked hard.
jinjin