|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
exapnding and collapsing a table cell on mouse over and outFor client-side behavior, I want to expand a table cell to show content
underneath a cell's text on mouse over, and hide it on mouse out. I'm having problems making this work so that the cell is its original height after expansion... I'm sure this has been done a million times, can someone point me to a good example? Paul not sure I follow... the onMouseOver and onMouseOut, along with the style=""
should get you what you need. I'd followup in a javascript group though, its not really anything to do with ASP.Net which is serverside. Show quote "PJ6" wrote: > For client-side behavior, I want to expand a table cell to show content > underneath a cell's text on mouse over, and hide it on mouse out. I'm having > problems making this work so that the cell is its original height after > expansion... I'm sure this has been done a million times, can someone point > me to a good example? > > Paul > > > OK... yeah you're right.
Man I hate debugging javascript. Paul Show quote "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message news:9CACADF2-5EDC-43C7-B932-6A2E6A321A79@microsoft.com... > not sure I follow... the onMouseOver and onMouseOut, along with the > style="" > should get you what you need. I'd followup in a javascript group though, > its > not really anything to do with ASP.Net which is serverside. > > -- > Curt Christianson > site: http://www.darkfalz.com > blog: http://blog.darkfalz.com > > > > "PJ6" wrote: > >> For client-side behavior, I want to expand a table cell to show content >> underneath a cell's text on mouse over, and hide it on mouse out. I'm >> having >> problems making this work so that the cell is its original height after >> expansion... I'm sure this has been done a million times, can someone >> point >> me to a good example? >> >> Paul >> >> >> |
|||||||||||||||||||||||