tooltip

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey,
this is rather a lousy question but i want to know anyhow.
when using IE sometimes tooltips are shadowed but rarely. most of the time
they are just a floating yellow box with no shadow. is there a property, CSS
or anything to permanently turn the shadow on on the tooltips?
 
It may or may not be a lousy question, but it's one i'd like the answer to
also. Thank you for asking! I hope an answer is forthcoming.
 
First the tooltip is not really a tooltip. Its how IE handles the alt
attribute of the image tag and handles it incorrectly also. If you want more
than the yellow box the best option is to use some javascript to show/hide a
div when the user rolls over a link/image. Then use all the css you want to
style the div
 
dear webbuilder,
showjumper is right: use google and search for dhtml tooltip. it will show
you all you need.
 
Back
Top