Click to See Complete Forum and Search --> : ToolTips


Mitre
January 15th, 2001, 08:22 PM
Whats the sode for tooltip funtion

Johnny101
January 16th, 2001, 06:02 PM
it depends on what object you want the tool tip to appear over. for an image tag, it's the ALT attribute <img src=myimage.gif alt='This is cool'>. For a table, it's set in the title attribute: <table title='this is cool'> check out an HTML book for more info.

hope this helps,

john

John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org

Mitre
January 18th, 2001, 01:48 AM
Thks for the help... it works fine