php or css image help ?

Discussion in 'PHP' started by micromark, Oct 17, 2007.

  1. #1
    Hi,

    This may be a miss post but i will ty it in the php first.

    Here is what i want -

    An image is hyper linked- when the user's mouse goes over it a nice message comes up.

    The message has to be nice on the eyes...

    IS this a css or javascript or php job ??

    Any know how to code it ?
     
    micromark, Oct 17, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    Anything except PHP.

    You can add a "title" attribute. if that's not pretty enough you'll need CSS and Javascript.
     
    nico_swd, Oct 17, 2007 IP
  3. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #3
    tamilsoft, Oct 17, 2007 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    Simplest and nicest way is use title - just liek nico_swd suggested.

    <a href="bla" title="My pretty text works in IE and FF">asdf</a>
     
    Kerosene, Oct 17, 2007 IP