trowley Posted June 11, 2009 Report Posted June 11, 2009 Hey: Does anyone know anything about why background images would not show up in some versions of IE6 or 7? It seems to work in FF across the board and only in some versions of IE. Would some settings somewhere within each browser be causing it to display differently? Any help would be appreciated. Thanks Quote
Susie Posted June 11, 2009 Report Posted June 11, 2009 I've had that happen before. It's a strange issue. Can you post a link so we can take a look? It might be something as simple as you've added an extra space somewhere. Check the CSS where you have url(imagename.jpg). There should be no space between url and the ( . Quote
virtual Posted June 11, 2009 Report Posted June 11, 2009 For IE there must be a space after the brackets if you are using position e.g. background: url(imagename.jpg) repeat-y top left; Quote
trowley Posted June 11, 2009 Author Report Posted June 11, 2009 (edited) Thanks for the reply. I didn't see any space issues. Sorry, I can't provide a link as it's an intranet site and we're still building, but here is the code: background-image:url(/confluence/s/913/1/1.2/_/download/resources/com.plugin.bny.themes.pwire:global/images/Intranet/go.gif); However, I should mention that it works on my version of ie6 and 7 but not my co-workers. Edited June 11, 2009 by trowley Quote
Wickham Posted June 11, 2009 Report Posted June 11, 2009 However, I should mention that it works on my version of ie6 and 7 but not my co-workers. That sounds like the code is correct but his browser has somehow stopped displaying images. Quote
newseed Posted June 11, 2009 Report Posted June 11, 2009 Try adding apostrophes. background-image:url('filename.jpg'); If that doesn't work, trying using the full url (if possible for the Intranet). Quote
sarath Posted June 15, 2009 Report Posted June 15, 2009 .png formating images not showing IE6 but IE7 is show that. Quote
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.
Note: Your post will require moderator approval before it will be visible.