CSS Jquery - When I change background color the text becomes fuzzy in IE6 ?
Posted
by Gublooo
on Stack Overflow
See other posts from Stack Overflow
or by Gublooo
Published on 2010-04-29T09:46:14Z
Indexed on
2010/04/29
9:47 UTC
Read the original article
Hit count: 320
Hey guys
I was playing around with this script of auto scrolling text. You can check out the code here:
http://jqueryfordesigners.com/simple-jquery-spy-effect/
Then I changed the background color to white - and all the text started looking fuzzy and messed up - If I change it to any light color - it appears all messy.
This is the portion where I changed the background color in the code:
#sidebar { color: grey; background: #FFF; float:left; margin:0 0 24px; padding:15px 10px 10px; width:500px; }
I have noticed this in one other site even on IE7. Any idea why a simple change in background color messes up the text.
Thanks
© Stack Overflow or respective owner