Hiding a server side control with mouseover

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

Guest

Hi,

Can I use jscript to hid a server side control?
Basically, I want a control to be visible only when I roll over it. I tried
a div over it & setting the zindex higher than the control but this didn't
work.

Can this be done?

Many thanks for any ideas on this
Ant
 
Us can set the visibility attribute of the style applied to an element. The
recommendation is to contain the control within a div and then set the
visibility attribute, this will hide it.
 
Back
Top