MyBB Community Forums

Full Version: CSS Image Background issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm sure most of you have seen this before, but I've been working and searching for well over 2hrs and need help.

Issue: Background image appears in chrome/FF but not IE

website: http://www.wiimaddencup.com/forum

image: The nav bar that contains the links home, forum, etc..

my css code

/* navigation */
#nav {
background: #1e1b1a url('http://www.wiimaddencup.com/forum/images/midnight/topnav.jpg') repeat-x;
}
#nav-content {
margin: 0 auto;
width: 978px;
}

I've tried loads of ways of altering the code from splitting the background properties, to changing the image location, to altering the image ur, to using no quotes, single quotes, doubles quotes,.. I've tried it all..

I did it exactly how it says to on http://www.w3schools.com/ and nothing..

Please Help!!
nvm I fixed it.. I had 2 css templates saved to my theme.. I deleted the garbage one and it fixed it
Remove ' ' from the background url. It should work...
I had this problem and i just removed the repeat-x and it worked
(2010-06-18, 12:32 AM)Civil Engineer Wrote: [ -> ]nvm I fixed it.. I had 2 css templates saved to my theme.. I deleted the garbage one and it fixed it