Other than the header border-bottom not showing up in FF, I see no real difference between the two browsers. That can be fixed by using a height of 20px for that class under FF:
Code:
.header{
position:absolute;
top: 0px;
left: 0px;
height:20px!important;
height:22px;
background-color:#F5F5F5;
width:900px;
border-left: 1px solid #0082c6;
border-top: 1px solid #0082c6;
border-right: 1px solid #0082c6;
border-bottom: 1px solid #0082c6;
background-repeat:repeat-x;
background-position: left bottom;
background-image:url(images/top.jpg);
}
Bookmarks