Question : Why my drop down list shows in top of the UpdataProgress?

hi experts
I have an and a
Eveything wors great except this little visual problem.
My drop down list and the updateprogress are in the same position in the screen and when the update progress star running the drop down list shows in top of the updateprogress. I was wondering why?
I want from the drop down list to show behind the updateprogess.
I am sending my code..may be I am doing some wrong!

thanks Experts

Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
Mypage.aspx
                                     
    Working...
web.css: body { background: #E1E1D9 url("../images/BackgroundSite.png") repeat-x; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: Verdana; font-size: 11px; color:#A2A48F; text-align: center; } #page { margin-left: auto; margin-right: auto; margin-bottom: 10px; padding: 0px 0px 0px 0px; width: 1024px; text-align: center; border: solid 0px orange; } .UpdateProgessBar { padding-left:450px; padding-top: 150px; position:absolute; } .updatePnl { font-weight: bold; border-right: black 0px solid; border-top: black 0px solid; border-left: black 0px solid; border-bottom: black 0px solid; padding-top: 35px; }
Open in New Window Select All

Answer : Why my drop down list shows in top of the UpdataProgress?

Here is a little code snippet as an example.  You should see no difference between the two links in firefox or IE7.  However, in IE6, you'll notice that the first link doesn't cover the select, while the second link does.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:






This is an example:



Open in New Window Select All
Random Solutions  
 
programming4us programming4us