Make sure you have a color for the text and a background-color for the
container defined. That might help.
Glen Lipka wrote:
>
> See code below:
> in IE7, when I do this, the font is all blurry. If I use fadeIn(), it
> looks
> blurry until the very end and then fixes itself.
> Firefox looks right the whole time. Am I doing somthing wrong?
>
> Glen
>
>
> <div class="mktReadOnly" style="font: bold 24px 'trebuchet ms'" >
> This is the Name
> </div>
> <div class="mktEditable" style="display:none;">
> <input type="text" value="This is the name in hidden text field" />
> /div>
>
> <br />
> # Edit
>
> <script>
>
> $("a.flipflopButton").toggle(function(){
> $(".mktReadOnly").hide();
> $(".mktEditable").fadeIn();
> },function(){
> $(".mktEditable").hide();
> $(".mktReadOnly").fadeTo("slow", 0.5);
> });
>
> </script>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/Blurry-font-on-fadeIn-tf3405004.html#a9484193
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/