Slow jquery animation в IE8
On using jquery animation you can get very slow effect on MSIE8.
You can fix it by:
- Don't use transparent png graphics
- Change document type to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
insteed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
or any other.
Comments
At last, someone comes up
At last, someone comes up with the "right" answer!