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 ?
Anything except PHP. You can add a "title" attribute. if that's not pretty enough you'll need CSS and Javascript.
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>