Re: Hide row in a table



Olivier wrote:
Hello,

I want to write some HTML code. The purpose of this is to create a
repository in which I can record informations.

I want to to that with a table. In the last cell of a row, I put an image
and when I click on this image, I want to display information contained in
the next row (which is hidden. It contains the abstract of document).

How could I do that ?

Thanks,

Olivier



I have a better solution. Do a search on CSS menus. You will find a way to make hovering the mouse over an element bring up some formerly hidden other element. It basically involves changing the value of the display attribute on hover.


Alternativelly, you can do the same in javascript / ecmascript, but why bother?
.