> > is there a simple way to include tooltips in a web-application with
> > Struts?
This has nothing to do with Struts, but I have found the OverLib
Javascript library to be a pretty good way to provide tooltip type
effects: http://www.bosrup.com/web/overlib/
Joe
--
Joe Germuska
[E
you can use the title attribute of the span tag like this way:
your text or your
elements
and with using CSS you can set up the tooltip behaviour:
.reportTooltip {
COLOR: gray;
CURSOR: help;
TEXT-DECORATION: none;
}
if you use "cursor: help" the cursor in the browser will change to a curso
2 matches
Mail list logo