css - IE7 showing background-color in div with bg img despite stating 'transparent' -
i'm trying site behave in ie7 (how starting hate ie can't begin explain). here's site:
http://tiger.directrouter.co.uk/~millbank/?page_id=21
as can see, quotes have grey background in ie7 not in other browsers. idea how can around this? quotes aren't fading in when first visit page should (this works in other browsers).
thanks,
osu
just remove this
background-color: rgb(77, 77, 79);
from 5 divs. when remove in-line style, grey background removed in ie7. fading in ie9.
Comments
Post a Comment