Re: [css-d] How to disable entries in a select list for IE

2006-03-21 Thread Peter Neu
Hi, I followed your advice. But I don't see how this is gonna work like a drop down menu? I would like to get rid of the boxes and also like to see all choices at once. I attached the code below. Cheers, Pete div#CustomPicker1{ height:40px; width:250px; overflow:auto; border-color:red; borde

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread Peter Neu
Well, I'm doing a demo version of a regular application. The regular application needs selection lists because there are way too many entries to be rendered in check boxes/radio buttoms. And I also need to display non-selectable elements. This has nothing to do with reason just marketing. :o/

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread James MacLeod
If its a select list I am guessing that you want to select more than one, so maybe a list of checkboxes, rather than radio buttons. The other option is if you are dynamically producing the contents of the list, then just leave out the unavailable elements rather than disabling them. James

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread Christian Heilmann
> Hello, > > I need to disable certain entries in a select list. Unfortunately IE does > not support this feature. Is there any way to do this? Can I get by with an > htc file? If yes how? More interesting: Why? If the browser does not support something there is normally a reason for it. Maybe you

[css-d] How to disable entries in a select list for IE

2006-03-20 Thread Peter Neu
Hello, I need to disable certain entries in a select list. Unfortunately IE does not support this feature. Is there any way to do this? Can I get by with an htc file? If yes how? Cheers, Pete __ css-discuss [EMAIL PROTECTED] ht