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 Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
haku Posted December 7, 2008 Share Posted December 7, 2008 Do you mean IE7 or IE8? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.