Results 1 to 3 of 3

Thread: Pointer box thingie

  1. #1
    I'm selling these fine leather jackets Aerith's Knight's Avatar
    Join Date
    Jul 2005
    Location
    The Netherlands
    Posts
    10,825
    Blog Entries
    1

    Default Pointer box thingie

    How do you write in code(for my sig) that custom box text when you hover over it with your mouse?

    Like when you hover over the banner it says: "Welcome to Eyes on FF!"


  2. #2
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    Put the alt and title attributes in your img tag:
    Code:
    <img src="http://img02.picoodle.com/img/img02/3/1/22/f_rinoaundersm_4230fc6.jpg" alt="Welcome to Eyes on FF!" title="Welcome to Eyes on FF!" />
    Which produces:
    <img src="http://img02.picoodle.com/img/img02/3/1/22/f_rinoaundersm_4230fc6.jpg" alt="Welcome to Eyes on FF!" title="Welcome to Eyes on FF!" />

  3. #3
    I'm selling these fine leather jackets Aerith's Knight's Avatar
    Join Date
    Jul 2005
    Location
    The Netherlands
    Posts
    10,825
    Blog Entries
    1

    Default

    Thanks a lot. ^__^


Posting Permissions

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