I just updated Cycle plugin and still have this odd situation

On Mar 15, 11:10 pm, kevinm <sonicd...@gmail.com> wrote:
> Hi
>
> I am having an issue in FF where I have a DIV that I am animating from
> off the screen and overlaying part of the page.
>
> on the page I have thecycleplugin running. If I move the mouse from
> the overlay to the where thecycleplugin is used (I initiate it on
> mouseover), the text in the overlay loses the anti-aliasing.
>
> I am sure this has to do with opacity and fonts, just not sure how to
> fix. thecycleplugin is using .jpg images
>
> This is the core overlay CSS
>
> #Contact {
>      background: black;
>      filter:alpha(opacity=85);
>      -moz-opacity:0.85;
>      -khtml-opacity: 0.85;
>      opacity: 0.85;
>      height: 1500px;
>      width: 370px;
>      position: absolute;
>      z-index: -1;
>  }
>
> Thanks

Reply via email to