Open elisa74 opened 12 years ago
Hi there,
I tried adding the 2 lines of code you have above but returns an error saying opacity is undefined. Also, an error saying you can't have two filter rules in strict mode.
I have this issue with roundabout using PNG image with drop shadow. The fading drop shadow displays just black on IE7 & 8. But the same PNG image is showing fine outside the roundabout div/ul list.
I'm using the 2.4.2 version of roundabout.
Hello, this is the first time i use roundabout. I have a problem width IE7 and IE8: i use 8 image and i show only the one at the top; I hide all other image with overflow hidden in the ul. I have found a problem with opacity that is not used by old IE versions
IE’s CSS uses filter instead of opacity, and the expected values are different. The filter opacity values range from 100 (completely visible) to 0 (invisible).
I have found a solution adding this 2 line in updateChild function where you define css rules
where
Thanks in advance Elisa