MyBB Community Forums

Full Version: ie - firefox different
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I have a problem with my site's background.

My site URL : www.kickboksturk.com

If you open my site with ie i have no problem with background but if you open it with firefox there is a problem. My background doesn't seems. What can i do for this? Sad (If you open in firefox then you can see that problem.)


I don't know english very well, sorry Smile

Türküz napalım bu kadar ingilizce fazla bile Big Grin
Your current css shows this:
#container {
	width: 81%;
	background: #E4E6EB;
	border: 1px solid #e4e4e4;
	color: #000000;
	margin: auto auto;
	padding: 13px;
	text-align: left; /* IE 0 fix */
	
	background:#B7E1EF url(images/bg2.gif)top left repeat-x;
	background-attachment:fixed;
	border:0px solid #EDBB34
	color:#AFAEA9;
	margin: auto auto;
	padding: 20px;
	
	
	
}

For the wrapper. You have two backgrounds, and a bunch of other doubles too. Firefox displays the last piece of coding, overwriting the first, and IE stops after the first. Hence why [strike]all[/strike] some love Firefox more. To fix this problem, simply remove this:

	background:#B7E1EF url(images/bg2.gif)top left repeat-x;
	background-attachment:fixed;
	border:0px solid #EDBB34
	color:#AFAEA9;
	margin: auto auto;
	padding: 20px;
}

from your extra css portion by the wrapper.
Audentio ThanX So much.. I think you know mybb !

ThanX ThanX ThanX from Turkey...