<em>@raredesign 252915 wrote:</em><blockquote>In IE7 my site shows two overlapping logos. I am using a transparent image, but do not want to make it opaque.
Do you know where the extra logo call is coming from?</blockquote>
Ok, I found that there are two H1.logo A classes.
the first (from csscb76a.css) points to:
background-image: url(“/templates/ja_ores/core/themes/light-gray/images/logo.png”)
the second (from css1d7cb.css) points to:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’templates/ja_ores/images/logo.png’,sizingMethod=’scale’)
I have deleted the second logo.png from /templates/ja_ores/images/ and while that stops the overlapping, I don’t know what it will hurt down the road, or why it was designed that way to begin with.