The slider doesn't slide in the following scenerio. IE8.

.box
{
filter:alpha(opacity=90);
}

<div class="box">

<slider code/>




However, Firefox is fine. Although it uses:


opacity: 0.9;

Is this a known issue? Fixed in 1.0?

Thanks!