Results 1 to 3 of 3

Thread: Animated Collapsible DIV and ClearType in IE

  1. #1
    Join Date
    Feb 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Animated Collapsible DIV and ClearType in IE

    1) Script Title: Animated Collapsible DIV v2.01

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...edcollapse.htm

    3) Describe problem: The animation routine seems to change the way the text on the entire site is rendered. This is happening in IE, I believe something to do with the "ClearType" feature. When the page first loads, the text is rendered with ClearType, but after you click on the first animated collapsible div link, the text is rendered without it. The older version of this script didn't do this, any suggestions? Any help is greatly appreciated. Thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    THe old script didn't fade the contents into view. A quick fix (workaround) is just to disable fading when initializing the script on the target DIV (remove the code in red):
    Code:
    animatedcollapse.addDiv('jason', 'fade=1,height=80px')
    DD Admin

  3. #3
    Join Date
    Feb 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Aha, interesting trade off, I think I like the fade effect better than the ClearType! Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •