Jump to content

Recommended Posts

Posted

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

Posted

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 ( .

Posted

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;

Posted (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 by trowley
Posted

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.

Posted

Try adding apostrophes.

 

background-image:url('filename.jpg');

 

If that doesn't work, trying using the full url (if possible for the Intranet).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...