Hi,
I'm using IE6, and I'm trying to work with the ajax calendar extender. Right beneath it is a dropdownlist. Most of the answers I found while googling involved setting the z-index. I added:
.ajax__calendar_container { z-index : 9999 ; }
to my css file, and I can see with IE developer toolbar that it's taking the z-index, but it still displays beneath my ddl. Any ideas?
Thanks