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/

[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

[css-d] Problem with hover functionality & htc file

2006-03-20 Thread Peter Neu
Hello, I would like to use the hover functionality for the li elements. In Eric's book there is this example where you hover over a li element and a submenu opens. I reused the htc file which is used by the book for this purpose. But I get this securtiy alert from IE with the htc file (because of

[css-d] WG: Problem with overlapping a form element

2006-03-14 Thread Peter Neu
Hello, I was playing around with the iframe. My html code looks like this: The css looks like this: div#nav { z-index:3; background-color: #003173; position: relative; width: 15%; height: 700px; text-align: left; float:left; } iframe{ z-index:2; display:no; position:relat

[css-d] Problem with overlapping a form element

2006-03-14 Thread Peter Neu
Hello, I trying to do a navigation bar with subentries based on the drop-down menu example from Eric's book. The approach works fine except when I try to overlap with the sub-entry a form element. Somehow the select control panel shines through the popped up subentry in the Internet Explorer. Wh