1 gman Jun 17, 2004 22:16
3 graham Jun 28, 2004 21:07
The b2evo.net thing is really easy - even I can understand it!
It just toggles between two css classes basically, one with visibility set to hidden, the other displays. Pretty simple really.
4 demonraiser986 Jun 28, 2004 21:39
actually if you want the <dd>text</dd> to disappear entirely and not leave blank space, use display:none and display:inline in your css.
CSS is my favorite "language"!
http://www.gothicwolf.net/blog/
5 isaac Jun 28, 2004 22:22
Glad that there's another CSS-lover around here. Feel free to answer questions that get dropped in this forum. :)
Were I in your shoes, I'd probably take a look at the source for the code that does the DOM stuff on b2evo's main page. It's probably something fairly easy to change around. Other than that, I'm not of much help to you.
/me thinks he should probably learn some DOM scripting one of these days...