Im having trouble with a span tag showing a background image in the latest FF on windows 7. It seems to work and show everything fine in earlier FF, Chrome, Safari and IE but ha
You cannot set attributes no-repeat top left if you declare background-image. In background-image you must only set the link to your image.
no-repeat top left
background-image
Or you could use background like this:
background
background: url(...) no-repeat top left