Anyway to style hint?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Anyway to style hint?

richhl
want to have for example blue background for hint displayed as tooltip....

greetings,

rich


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Anyway to style hint?

richhl
knock, kcnock! how can one style to hints showed as tooltip in order to, for example, change the background color?

thx in advance

rich


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Anyway to style hint?

fl.schmitt(ops-users)
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