somehow my website have strange problem
like:
1. there is a gap between header and nav, around 16px
2. content and footer, around 50px
3. also it have extra space on my right container, around 40px
4. my total width on container is 1000px, not 960px
just a note, I give my container
/* reset padding and margin for all element */
*{
padding: 0px;
margin: 0px;
}
html, body {
height: 100%;
background: url(../img/background.jpg) no-repeat center top #fff;
font-family: 'Lucida Grande',sans-serif;
color: #fff;
}
#container{
width: 960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -80px; /* for firefox */
}
#header{
Bookmarks