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
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/
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
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
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
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