I have the following:that calls a dropdown calendar. That works fine, however, when it opens, it falls down over another select box and the select box is on top.Code:<A HREF="#" onClick="cal1good.select(document.dform.Last_Known,'anchor2','MM/dd/yyyy'); return false;" NAME="anchor2" ID="anchor2">select</A>
Can I hide the second one temporarily so that the calendar shows as it's supposed to?
