internet explorer 8 - Css Sprites and IE8 problem -
I'm working on a site that has around 30 background images, so I decided to make a "phantom image" And use background-position
attrib in CSS.
The entire design looks perfect in FF and Opera, but I have a problem under IE8. It seems that IE8 does not keep the image correctly, in some places I see a thin line between the images. Sometimes, when I zoom in by scrolling the mouse then the line disappears, it shows again ... for example, I use some such sprites:
#index {margin-left: 0px; Margin top: 0px; Width: 327px; Height: 57px; Margin-bottom: 0px; Swim left; Display: inline; Background Image: URL (images / sprite / sprites_left.jpg); Background-position: 0x340px; Hidden flurry; }
Is this an IE8 bug? What should I do?
Generally speaking I will be (or more) between each tile in my phantom image.
Comments
Post a Comment