EnglishYay! Yay! Happy dancing! Doing cartwheels! *whoa, hurt my back* ^^
It worked!
Thank you, thank you, thank you!
Okay, I managed to see what is not working with IE.
It's because of the background change, and because of the opacity filter in light_slideshow.
All you have to do is to remove, in theme.css, the line:
filter:alpha(opacity:50);
in the block:
#light_slideshow .navButton {
opacity:0.5;
filter:alpha(opacity:50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
}lisaviolet wrote:
Zaphod, how can I change the slideshow icons to something else? They aren't rendering correctly in IE8, they look find in FF and Chrome. I had fixed them before the upgrade, but what I did was overwritten and for some reason, I'm not able to do it again.
In the original stripped theme the icons are displayed correctly in IE8... it may be because of the background color change.
It's hard to know what is going wrong without being able to make some adjustments, so, if you can email me your entire theme (in a zip file), I'll see what I can do.
Anyway I'm not an IE expert, so I'm not sure to find what causes the problem.
Zaphod, how can I change the slideshow icons to something else? They aren't rendering correctly in IE8, they look find in FF and Chrome. I had fixed them before the upgrade, but what I did was overwritten and for some reason, I'm not able to do it again.
I think I'd changed the sizes or placement in some of the code (theme.css maybe?), but I'm at a loss. They look okay with dark backgrounds, but most of mine are light.
http://www.lisaviolet.net/gallery is the link in case you want to see what I'm talking about. I'd hate to disable the slideshow altogether, but it looks really bad.
TIA.