I'm using the Prototype library's toggle feature.
the problem, is that the first time you come to the page the element is displayed. How do you set it to hide the element by default?Code:<a href='#' onclick="Element.toggle('element_id'); return false;"> toggle </a>
-steven





Bookmarks