aperfectcircle
Programmer
In order to use absolute positioning I have a <select> within a <div>. Before this I referenced the <select> options with:
document.formname.selectname.selectedIndex == x
But that won't work now in Netscape 4.
What should I put now that it's in a <div>? Or am I just SOL?
Thanks
document.formname.selectname.selectedIndex == x
But that won't work now in Netscape 4.
What should I put now that it's in a <div>? Or am I just SOL?
Thanks