Forum Moderators: open

Message Too Old, No Replies

Absolute position

         

chrismcb

10:49 am on May 13, 2005 (gmt 0)

10+ Year Member



I have a calendar control that is popping up as a div with absolute positioning. Of course if there are windowed controls lower than where the calendar control popups, these controls appear above the calendar control. Is there something I can do to prevent this? Or do I need to somehow get my calendar control to be a windowed control?

Thanks
Chris

collymellon

10:56 am on May 13, 2005 (gmt 0)

10+ Year Member



have you tried clearing the calender div?

tedster

3:55 pm on May 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You might find a fix by adding a z-index property to the rules for that absolute calendar div. z-index sets the apparent "stacking order" for elements.

chrismcb

5:46 am on May 14, 2005 (gmt 0)

10+ Year Member



Thanks for the suggestion, but that doesn't appear to help.

The problem is the input item is a windowed control (a text box, or dropdown)

I am trying to get this to work in IE 6.

Thanks
Chris