Quote:
Originally Posted by Lynne
If you use firebug, you will see the CSS issues:
Code:
.above_body {
background: url("images/gradients/gradient-grey-down.png") repeat-x scroll 0 0 #000000;
margin: 0 0 10px;
padding: 0;
width: 100%;
}
and
Code:
.navbar {
background: none repeat scroll 0 0 #2F4456;
color: #FFFFFF;
font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
height: 53px;
margin: 10px 0 0;
position: relative;
}
|
... So how do I fix this?