please see this site.
mazarspayroll.in
The page loads fine but whenever user moves the mouse over the services or downloads link on the top menu, a gap is created between tyhe header and navigation bar.
Previously the header image used to repeat itself which is not required. So i set the header image to no-repat within the css file. Instead now it does not repeat but creates that extra space or gap.
css code for those elements are below.
#head {
background:url("images/header.jpg") no-repeat scroll 0 0 transparent;
font-size:0.7em;
margin:15px auto 0;
padding:0;
width:960px;
}
#navbar {
background:url("images/navbar.png") no-repeat scroll 0 0 #2C2C2C;
margin:15px auto 0;
padding:0 10px;
text-transform:uppercase;
}
Using firefox and firebug. how do i sort this out? The other thing is that the services or download links are using javascript code to reload the page. Basically i wanted that if user clicks services or download links they they should be on that smae page so set it to page reload. This may be also causing that problem.
The links to those 2 menu items is set as javascript:this.location.reload();
is this causing the problem? problem is only in firefox and not in internet explorer 8.
mazarspayroll.in
The page loads fine but whenever user moves the mouse over the services or downloads link on the top menu, a gap is created between tyhe header and navigation bar.
Previously the header image used to repeat itself which is not required. So i set the header image to no-repat within the css file. Instead now it does not repeat but creates that extra space or gap.
css code for those elements are below.
#head {
background:url("images/header.jpg") no-repeat scroll 0 0 transparent;
font-size:0.7em;
margin:15px auto 0;
padding:0;
width:960px;
}
#navbar {
background:url("images/navbar.png") no-repeat scroll 0 0 #2C2C2C;
margin:15px auto 0;
padding:0 10px;
text-transform:uppercase;
}
Using firefox and firebug. how do i sort this out? The other thing is that the services or download links are using javascript code to reload the page. Basically i wanted that if user clicks services or download links they they should be on that smae page so set it to page reload. This may be also causing that problem.
The links to those 2 menu items is set as javascript:this.location.reload();
is this causing the problem? problem is only in firefox and not in internet explorer 8.