Russ:
Though this is more of a javascript/html dom question, I'll answer anyway.
You must return false in the 'onclick' method of the link you're using to
fire this javascript event. This will prevent the browser from following the
href attribute.
So your markup should look like:
<a href="#" onclick="ShowHideLayer('TISdata'); return false; ">Truth
In Savings Disclosure</a>
I'd also argue, however, that you should include the URL of a page that has
this dynamic content in place. This will enable browsers without javascript
or that have javascript disabled to view the content.
Hope this helps,
Andy
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/