Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Web/HTML Controls Possible Bug?

0 views
Skip to first unread message

Dessip

unread,
Apr 16, 2007, 6:24:34 AM4/16/07
to
Hey, im sorry but i dont know if this is the correct group,

I have got some Dynamic Controls on a page. and some static controls
on there as well, but the problem im having, which i think might be a
bug is this. I have 6 list box Web Controls, all showing different
information. (as well as numerous labels (HTML p) and buttons (Web
Controls) but these are hidden)

Then i have a Div, with a Button (Web Control) and a Label (Web
Control) which its initial state is hidden from the page, (CSS
Display: None) but when it gets displayed (Either Automatic at the
start by checking some params, or when a user requests) it is placed
behind the 6 List boxes, but on top of everything else, its using
position: absolute, and i have tried loads of different z-index
(10,3,999,9999) but not matter what i do it wont display it above the
list box. This only happens in IE, and not in any other Browsers. Is
this a common error or bug, and if so is there a way of fixing it.

Thank you for any help
Chris.

David

unread,
Apr 16, 2007, 6:29:49 AM4/16/07
to
It is a problem with IE.

The way I have seen it handled before (even seen it on MS site) is to style
the listbox to invisible when you need something in front of it.

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available


"Dessip" <Des...@gmail.com> wrote in message
news:1176719074.0...@n76g2000hsh.googlegroups.com...

Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

unread,
Apr 16, 2007, 12:49:16 PM4/16/07
to
In addition to Dave's idea you might try placing an IFrame on top of the
list box.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"Dessip" <Des...@gmail.com> wrote in message
news:1176719074.0...@n76g2000hsh.googlegroups.com...

Dessip

unread,
Apr 20, 2007, 7:35:17 AM4/20/07
to
On Apr 16, 6:49 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"

<S...@Orr.net> wrote:
> In addition to Dave's idea you might try placing an IFrame on top of the
> list box.
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsiderhttp://SteveOrr.net

>
> "Dessip" <Des...@gmail.com> wrote in message
>
> news:1176719074.0...@n76g2000hsh.googlegroups.com...
>
> > Hey, im sorry but i dont know if this is the correct group,
>
> > I have got some Dynamic Controls on a page. and some static controls
> > on there as well, but the problem im having, which i think might be a
> > bug is this. I have 6 list box Web Controls, all showing different
> > information. (as well as numerous labels (HTML p) and buttons (Web
> > Controls) but these are hidden)
>
> > Then i have a Div, with a Button (Web Control) and a Label (Web
> > Control) which its initial state is hidden from the page, (CSS
> > Display: None) but when it gets displayed (Either Automatic at the
> > start by checking some params, or when a user requests) it is placed
> > behind the 6 List boxes, but on top of everything else, its using
> > position: absolute, and i have tried loads of different z-index
> > (10,3,999,9999) but not matter what i do it wont display it above the
> > list box. This only happens in IE, and not in any other Browsers. Is
> > this a common error or bug, and if so is there a way of fixing it.
>
> > Thank you for any help
> > Chris.

Hey.

Thank you for the help, ohk, i dont that as a tempory solution untill
i coudl try and fix it, is this a bug in IE or just IE6? i hope that
Microsoft IE team would have fixed this in one of the IE Updates, but
im guessing that they are not working on IE6 anymore, unless its
crutial security updates, would be nice if they fixed this, but im
guess im at the back of a very long que of people for this problem :(

Thanks
Chris

0 new messages