jeremykohn / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

IE 6 Double background image #250

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. To use background image that I can position I have used a gif rather
than a png, I add this using a conditional comment css file for IE6 see
http://www.fish.wa.gov.au/jimmy_shaker/ul-test.htm for an example

What is the expected output? What do you see instead?

I expect IE 6 to display only the gif, IE 6 instead applies the IE6
stylesheet and the main stylesheet, effectively I get double background
images. 1 gif and 1 png

What version of the product are you using? On what operating system?

2.1(beta4)/IE9.js - windows xp

Please provide any additional information below.

Original issue reported on code.google.com by fisherie...@gmail.com on 3 Jun 2010 at 3:56

GoogleCodeExporter commented 9 years ago
I'm having the exact same problem, does anyone have a fix for this?

Original comment by jeffreyt...@gmail.com on 8 Jun 2010 at 6:19

GoogleCodeExporter commented 9 years ago
Anybody have a answer yet? can this be added maybe to the bug list for 
investigation ?

Original comment by fisherie...@gmail.com on 11 Jun 2010 at 1:47

GoogleCodeExporter commented 9 years ago
Probably answering my own question ;) but only way to solve this is to use more 
conditional comments for separate css files (main css, ie6 background css and 
background css for all the rest),  not the end of the world but was hoping to 
avoid this completely :)

Thanks Dean for the great code BTW.

Original comment by fisherie...@gmail.com on 24 Jun 2010 at 7:55