Marginbottom=0 is not working for me in firefox. is there another line of code for marginbottom in firefox?
/* CSS Document */
BODY {
margin-top: 0 ;
margin-bottom: 0;
background: #0C3E6A url("images/bg.gif");
background-repeat: repeat-y;
background-position: center;
scrollbar-face-color : #103F69;
scrollbar-shadow-color : #103F69;
scrollbar-highlight-color : #103F69;
scrollbar-3dlight-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-track-color : #103F69;
scrollbar-arrow-color : #EDB838;
}
a:link {color: #EDB838;}
a:visited {color: #EDB838;}
a:active {color: #EDB838;}
a:hover {color: #3E464A;}
a {text-decoration: none;}
Here is my css