I'm trying to make a little popdown calendar.
What I want is the user clicks the arrow, and the calendar appears. They select a date, and it disappears.
I "thought" i could use this by putting all the calendar code inside a <div> but it's not hiding when I set it's vis to hidden.
Here's the div:And here's the script:Code:<div id="calendar" STYLE="position: absolute; visibility: hidden;">
http://66.31.37.55:8080/pop_cal/mainform.jsp
The calendar is dynamically generated with jsp, so I don't know if that's messing it up.
I know there's stuff like this out there for download, but i'd much rather code it myself and get the JS experience.
Any help is appreciated.





Bookmarks