The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Issue with background IE

2 posters

Go down

Issue with background IE Empty Issue with background IE

Post by nextlevelgaming September 3rd 2012, 6:22 pm

ok so for my body css I have two backgrounds here is code...

Code:
body {
   background-color: #000000;
 background-image:url('http://i37.servimg.com/u/f37/17/77/17/79/zombie11.jpg'),url('http://i37.servimg.com/u/f37/17/77/17/79/reside11.jpg');
 background-position:left bottom,right bottom;
   background-attachment: fixed;
 background-repeat:no-repeat;
   }

and well it works in firefox, and i know this code specifically works in IE, yet when placing it in the CSS stylesheet of forumotion it does not work in IE! what gives? do i need to place a z-index or an !important caller maybe??
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Issue with background IE Empty Re: Issue with background IE

Post by nextlevelgaming September 5th 2012, 12:28 am

bump please. I know coding, though I believe there may be an issue with the forumotion css/code that may be interfering with this code. Like I said works in Firefox not in IE
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Issue with background IE Empty Re: Issue with background IE

Post by kirk September 6th 2012, 3:41 pm

Well you can just remove the background link from the css and use your background image in your pics management.

Or remove the link from css and use this at the top of your over all header template.

This code has a few more option to it, more for a html pge so you will not need the other color options or title set. Just place your direct image link where i have it marked in the code.
Code:
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title></title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta name="author" content="Rono-chazz"><meta name="description" content="My Custom Page"></head><body style="background:url( YOUR DIRECT IMAGE LINK HERE);background-attachment:fixed;"bgcolor="" text="" link="" vlink="" alink=""><link rel="shortcut icon" href="Your cool Favicon link here"></body></html>

Or just use a more simple code such as this

Code:
<body background="DIRECT BACKROUND IMAGE HERE" bgcolor="NONE">

Other then that i would have to know what skin you are using and have the complete css so i can try to adjust it the right way to work in all browsers.. IE is a pain sometimes with certain things.. I have been away for a while so will take be a few days to get back in the swing of things.. lol

so try them and if not let me know what skin you are using and i will import it to my test forum and see whats what.

Thanx

info added


Now that i am looking at yours it looks like you have the background image twice?
Not sure if that's what is causing it but try this and see if that works first.

Code:
body {
   background-color: #000000;
 background-image:url('http://i37.servimg.com/u/f37/17/77/17/79/zombie11.jpg');
 background-position:left bottom,right bottom;
   background-attachment: fixed;
 background-repeat:no-repeat;
   }


kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Issue with background IE Empty Re: Issue with background IE

Post by kirk September 10th 2012, 10:32 pm

yeah IE is a pain with a lot of different stuff now, never used to be like that.
If that's the case of what Rideem3 is saying then one of the two does i provided should work
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Issue with background IE Empty Re: Issue with background IE

Post by nextlevelgaming September 11th 2012, 4:39 am

Yeah I believe IE new should handle this, my code editor makes it work in both IE and Firefox, I'll keep checking up guys thanks
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum