For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > August 2005 > Server control order









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Server control order
Mardy

2005-08-31, 6:59 pm

I have a page with some popUp calendar controls and textboxes. When I select
a calendar control, the calendar appears behind a text box.

How do I set the controls so that the textbox is in the background behind
the calendar? I'd like the calendar to appear as though it's on top of the
text boxes.

Thanks
Rob Nicholson

2005-08-31, 6:59 pm

> I have a page with some popUp calendar controls and textboxes. When I
select
> a calendar control, the calendar appears behind a text box.
>
> How do I set the controls so that the textbox is in the background behind
> the calendar? I'd like the calendar to appear as though it's on top of

the
> text boxes.


Look up Z-INDEX in any HTML reference. But be aware that the <SELECT> tag
(drop down lists) don't obey Z-INDEX and will *always* appear on top of any
other control in IE. Nice one Microsoft :-)

Cheers, Rob.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com