Results 1 to 6 of 6

Thread: Can I change fonts in Fixed Tooltips?

  1. #1
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can I change fonts in Fixed Tooltips?

    I'm using Fixed Tooltips script with great success in a community education project. However, my knowledge of Java script is very limited and I'd like to change the font in tooltips to Comic Sans MS (a lot of our users are dyslexic). Can anyone advise how to do this?
    'Fixed Tooltips script' http://www.dynamicdrive.com/dynamici...xedtooltip.htm

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I'd like to change the font in tooltips to Comic Sans MS (a lot of our users are dyslexic).
    And also have no aesthetic sense? I'm sure the default font would be easier to read than Comic Sans MS, not to mention that the Microsoft fonts can't be relied upon cross-platform.
    If you really must, find:
    Code:
    document.write('<div id="fixedtipdiv" style="visibility:hidden;width:'+tipwidth+';background-color:'+tipbgcolor+'" ></div>')
    and replace with
    Code:
    document.write('<div id="fixedtipdiv" style="visibility:hidden;width:'+tipwidth+';font-family:"Comic Sans MS" sans-serif;background-color:'+tipbgcolor+'" ></div>')
    You can change the font name to something else if you change your mind...
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks Twey but it's nothing at all to do with aesthetics. Most dyslexic adults find Comic Sans one of the easiest to read. Apart from having a more realistic shape, the spaces between letters are even throughout.
    Thanks for the tip.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I must be mildly dyslexic then. After reading your post, I tried switching the font in my text editor to Comic Sans MS and what a world of difference it makes. The text no longer looks like gibberish unless I really focus on it, now details and meaning just pop right out at me. I had been using Courier New, which was an improvement over some of the non fixed width fonts I have tried but the difference with Comic Sans MS is like night and day! Thank you for bringing this to my attention.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I have a horrible feeling that the above post is in Comic Sans. Thank goodness I don't have it and therefore see it as Times New Roman.
    On a more serious note: someone ought to design a proper, cross-platform alternative to Comic Sans, for dyslexic people. Any artists around here?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The font I use mainly is one made from my own handwriting. It's legible, sensibly spaced and doesn't look too bad, if I say so myself.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •