I want to display some information on a page, but only until a user chooses not to. For example, I'd like to have some text in a table row, then a user clicks "close" and then the text disappears, but the rest of the page moves up on the page to fill the space. If the user then clicks something, I'd like the text to show back up. I know I can do this with simply filling a div or span with nothing, but I was wondering if there's a better way with CSS or something. Please nothing with frameworks!!Thanks!
If it helps, I'd like this for my user article app, http://www.naturesmagazine.com/membe...cles/index.php , so the user can hide and show their search results while viewing articles.


Thanks!
Reply With Quote