C
Clive Quinn
Hi,
I have created an html select element which contains optgroups and options.
An option when selected will link to a new html page in a new window.
Now my problem is formatting this select element.
I have an external style sheet and I want to position this element in the
top right hand corner of my page:
Style sheet code:
select.RadioOptions
{
background: #ffffcc none no-repeat fixed top right;
size: 1;
}
HTML code:
<SELECT class="RadioOptions"
onChange='parent.location=this.options[this.selectedIndex].value,"_new"'">
Now when I do this the select element appears in the top left hand side of
my canvas. Now I have tried other alignment options
align: right
vertical-alignment: right
but still no joy.
Has anybody any ideas?
Cheers
I have created an html select element which contains optgroups and options.
An option when selected will link to a new html page in a new window.
Now my problem is formatting this select element.
I have an external style sheet and I want to position this element in the
top right hand corner of my page:
Style sheet code:
select.RadioOptions
{
background: #ffffcc none no-repeat fixed top right;
size: 1;
}
HTML code:
<SELECT class="RadioOptions"
onChange='parent.location=this.options[this.selectedIndex].value,"_new"'">
Now when I do this the select element appears in the top left hand side of
my canvas. Now I have tried other alignment options
align: right
vertical-alignment: right
but still no joy.
Has anybody any ideas?
Cheers