Quote:
Originally Posted by sunfighter
Hard to do without code, but remove the width from your header & footer.
|
Hi Sunfighter,
I am sorry for not adding code in my last comment.
Code:
#headerbg1
{
width:100%;
height:209px;
float:left;
margin:0px;
padding:0px;
background-image: url(images/headerbg.jpg);
background-repeat:repeat-x;
}
#headerblank
{
width:1024px;
height:50px;
float: none;
margin:0 auto;
padding:0px;
}
#header
{
width:700px;
height:309px;
float: left;
margin:0px;
padding:0px;
background-image:url(images/headerbg.jpg);
background-repeat:no-repeat;
}
<-------footer code-------->
#footerbg1
{
width:160%;
height:154px;
float:left;
margin:0px;
padding:0px;
background-image: url(images/footerbg.jpg);
background-repeat:repeat-x;
}
#footerblank
{
width:1004px;
height:154px;
float:none;
margin:0 auto;
padding:0px;
}
I have also observed an change in the template when i am trying to open the webpage in mozilla firefox....
Please suggest.
Regards,
Nani