Re: Hide row in a table
- From: Gary Dale <garydale@xxxxxxxxxx>
- Date: Sat, 22 Oct 2005 14:07:05 -0400
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?
.
- Follow-Ups:
- Re: Hide row in a table
- From: David Dorward
- Re: Hide row in a table
- Prev by Date: Re: HTML elements seem to have borders
- Next by Date: css hack for IE: is using the * acceptable
- Previous by thread: How to fix IE & its interpretation
- Next by thread: Re: Hide row in a table
- Index(es):