therealwesfoster Posted December 7, 2008 Share Posted December 7, 2008 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 More sharing options...
dropfaith Posted December 7, 2008 Share Posted December 7, 2008 can i get a full link im not seeing an obvious error here at all and it validates Link to comment https://forums.phpfreaks.com/topic/135883-solved-background-problems-in-ie/#findComment-708346 Share on other sites More sharing options...
therealwesfoster Posted December 7, 2008 Author Share Posted December 7, 2008 Not a problem. I'll get it all uploaded in the morning Link to comment https://forums.phpfreaks.com/topic/135883-solved-background-problems-in-ie/#findComment-708349 Share on other sites More sharing options...
haku Posted December 7, 2008 Share Posted December 7, 2008 Do you mean IE7 or IE8? Link to comment https://forums.phpfreaks.com/topic/135883-solved-background-problems-in-ie/#findComment-708493 Share on other sites More sharing options...
therealwesfoster Posted December 7, 2008 Author Share Posted December 7, 2008 Just an update. The problem was due to a javascript code I had loaded that affected png images. So I just wanted to let everyone know so you weren't hanging Solved. Link to comment https://forums.phpfreaks.com/topic/135883-solved-background-problems-in-ie/#findComment-708710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.