View Single Post
Old 10-07-2012, 06:08 PM   PM User | #3
nani_nisha06
Regular Coder

 
Join Date: Oct 2012
Location: mother land --india
Posts: 159
Thanks: 37
Thanked 2 Times in 2 Posts
nani_nisha06 is an unknown quantity at this point
Quote:
Originally Posted by sunfighter View Post
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
nani_nisha06 is offline   Reply With Quote