It seems IE8 inherit the bug on opacity in IE7. Which remove the
"Bold"

On Nov 19, 5:21 am, Peter Crymble <peter.crym...@gmail.com> wrote:
> Hey - hope you are all well.
>
> I have a simply Jquery script which acts as a rollover - on mouseover
> if fades the opacity, and then back again. Heres the code:
>
>     $(document).ready(function() {
>             $(".menuBlue").hover(function() {
>                 $(this).fadeTo("fast",0.4);
>                 },
>                 function() {
>                 $(this).fadeTo("fast",1);
>                 }
>                 );
>             });
>
> Works great - except in IE8. On one site it doesnt work at all - on
> another it strangely works but seemingly removes the bold on the
> text.
>
> Has anyone any ideas?
>
> Example athttp://77.68.37.37/index.aspx
>
> Thanks!
> Peter

Reply via email to