We're currently building a javascript html layout tooltip based on a panel.

public class Tooltip extends Panel
{
..
}

in order to make the javascript work we need to set 2 style attributes for the tooltip

visibility:hidden;
z-index:2;

how can we best accomplish this?


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to