At 11/22/2006 11:40 AM, Austin, Darrel wrote:
>I'm using this very nice bit of javascript and CSS to create a
>expandable/collapsible DL:
>
>http://www.tjkdesign.com/articles/toggle_elements.asp
>
>The specific CSS that is used to toggle the positioning of the DD is
>this:
>
>#TJK_DL .showDD {posit
I'm using this very nice bit of javascript and CSS to create a
expandable/collapsible DL:
http://www.tjkdesign.com/articles/toggle_elements.asp
The specific CSS that is used to toggle the positioning of the DD is
this:
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-px;posi