Home All Groups Group Topic Archive Search About

exapnding and collapsing a table cell on mouse over and out

Author
9 Sep 2005 3:04 PM
PJ6
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

Author
9 Sep 2005 4:25 PM
Curt_C [MVP]
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



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
>
>
>
Author
9 Sep 2005 7:19 PM
PJ6
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
>>
>>
>>

AddThis Social Bookmark Button