Jump to content

[SOLVED] Background problems in IE


therealwesfoster

Recommended Posts

First off note that everything works perfect in firefox. I'm having the trouble in the latest version of IE (of course).

 

I've narrowed it down to the exact line that is causing the problems (the background line).

body {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background:#214168 url('./images/bg.png') repeat-x top left;
text-align:center;
margin-top:20px;
}

 

Instead of repeating, the background gets stretched across the page and nothing on the page is clickable (it's like an invisible div is overlaying the whole page). How can that be a problem? Looks like plain CSS to me.

 

If you need any more info let me know. But I can't find anything on google because when I try to search all I get is questions like "how do i stretch my background image"?.. I need the opposite ;)

 

Wes

Link to comment
https://forums.phpfreaks.com/topic/135883-solved-background-problems-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.