[css-d] Properly toggling the positioning of elements in a DD

2006-11-22 Thread Austin, Darrel
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

Re: [css-d] Properly toggling the positioning of elements in a DD

2006-11-22 Thread Paul Novitski
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