"Michael Hill" <hi****@charter.net> wrote:
I dont want to use absolute positioning.
You said you WANTED the down button at the bottom. If, for example,
you changed the height to 200, then .cldown, as below, will put the
button at the bottom - yes?
I suggested, if you'll recall, that in this case it might be better
just to use a combobox, which would degrade even if styles are broken
or not used. But if you have some further project in mind, only you'd
know that.
If you change CLwindow height to 200:
.clDown {
position: absolute;
width:12;
height:12;
margin-left: 4px;
top: 180px;
z-index:60;
background-color:#EEF3F9;
layer-background-color:#EEF3F9
}