473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Web/HTML Controls Possible Bug?

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.

Apr 16 '07 #1
3 1079
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" <De****@gmail.comwrote in message
news:11**********************@n76g2000hsh.googlegr oups.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.

Apr 16 '07 #2
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" <De****@gmail.comwrote in message
news:11**********************@n76g2000hsh.googlegr oups.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.
Apr 16 '07 #3
On Apr 16, 6:49 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<S...@Orr.netwrote:
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.comwrote in message

news:11**********************@n76g2000hsh.googlegr oups.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

Apr 20 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
2
by: Hazzard | last post by:
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the client side, I lose the new value of the textbox when...
3
by: sviau | last post by:
how can i enforce compliancy on the code that asp.net generates. the ids are generated by asp.net http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mls.ca%2FREALTORSearch.aspx ex: 1.. Line...
3
by: mca | last post by:
Hi everyone, I'm new to asp.net and i have a question about separating the html code from the programming code. i have an unknown numbers of entries in my table. I want to make a hyperlink...
3
by: Rahul Agarwal | last post by:
Hi In our web page we use a combination of HTML and server side controls and some of them have a custom attribute based on which we need to find and replace the values once the HTML is ready. ...
20
by: Guadala Harry | last post by:
In an ASCX, I have a Literal control into which I inject a at runtime. litInjectedContent.Text = dataClass.GetHTMLSnippetFromDB(someID); This works great as long as the contains just...
1
by: Untitled | last post by:
I currently have a web application with hundreds of pages and controls. There currently is no HTML Encoding done anywhere. Data to the application come from all different places such as UI,...
19
by: ThatsIT.net.au | last post by:
I come from a classic asp background, but have started using ASP.NET about 12 months ago, but I'm still not sure about the pros and cons of using controls v HTML spat out from code as you would in...
2
by: Will | last post by:
I'm interested in people's views on combining standard html controls and asp.net server controls. I've seen some applications where server controls were only used where server side processing...
3
by: ton | last post by:
Hi, I'm using AJAXPRO this works very well. What I want to do is to add new page elements at my web site without using a postback. And I do not mean listitems but a complete dialog. Let me...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.