Is there a way to have a Tooltip box come up over the text window of a Select dropdown menu? I've tried using both alt="Whatever" and title="whatever" on both the Select line and the Option lines...
Also, I'm looking for a way to change the text color of the associated text for Radio Buttons and Checkboxes. I've tried this...
<script>
function changeColor(){
first.style.color='3366ff';
return true;
}
</script>
<form name='help'>
<table border="0" cellpadding="0" cellspacing="0" idth="100%"><tr><td align='center'><input type='radio' name='R1' value='on' onClick=changeColor()><span id='first'>First</span></td></tr></table></form>
That's basically it, I didn't get any error message... but it didn't change the color either... I've still got a lot to learn still... %-)
I sure appreciate those of you who stop by this site to answer questions... I've learned a lot here, Thank You. OK, Who stopped payment on my reality check?
Also, I'm looking for a way to change the text color of the associated text for Radio Buttons and Checkboxes. I've tried this...
<script>
function changeColor(){
first.style.color='3366ff';
return true;
}
</script>
<form name='help'>
<table border="0" cellpadding="0" cellspacing="0" idth="100%"><tr><td align='center'><input type='radio' name='R1' value='on' onClick=changeColor()><span id='first'>First</span></td></tr></table></form>
That's basically it, I didn't get any error message... but it didn't change the color either... I've still got a lot to learn still... %-)
I sure appreciate those of you who stop by this site to answer questions... I've learned a lot here, Thank You. OK, Who stopped payment on my reality check?