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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top