Richard,
> knock, kcnock! how can one style to hints showed as tooltip in order to, for example, change the background color?
the firebug extension helps analyzing the css applied to the different page
elements. For tooltips, the following css rules are applied to the tooltips by
default:
.yui-skin-sam .yui-tt .bd {
background-color:#FFEE69;
border-color:#D4C237 rgb(166, 152, 43) rgb(166, 152, 43);
border-style:solid;
border-width:1px;
color:#000000;
left:0pt;
padding:2px 5px;
position:relative;
top:0pt;
z-index:1;
}
To change it, just insert a style element in the head of your xhtml pages and
put your user-defined css rules for .yui-skin-sam .yui-tt .bd there.
hth
florian
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws