ie6 positionning
here is the page : http://missfrisette.com/index.php#
the top w开发者_运维百科hite box, should be 35 pixel from the top and the should be to the left... do the header is in wrong position.... only in ie
the inline trick dont work ... any idea ?
The margin top for this id is 0
#headerbox {
margin-top:35px;
}
精彩评论