evachick156
New member
I have the following code:
echo("<option value='Simple diagrams'">
<div mouseOver('Simple diagrams........................')>Simple diagrams</div>;
</option>");
Im just trying to make it so when the mouse hovers over the word "Simple diagrams" I want it to popup with "Simple diagrams..................." HELP
Um no. Its a list box, and I want it when the mouse goes over an element I want to display something.
For example:
<img border="0" alt="Visit!" src="b_pink.gif" id="b1" /></a>
Except I want the alt="Visit" to pop up when I put my mouse over an element in my list box. But i guess i cant do that in an <option> please help!!!
echo("<option value='Simple diagrams'">
<div mouseOver('Simple diagrams........................')>Simple diagrams</div>;
</option>");
Im just trying to make it so when the mouse hovers over the word "Simple diagrams" I want it to popup with "Simple diagrams..................." HELP
Um no. Its a list box, and I want it when the mouse goes over an element I want to display something.
For example:
<img border="0" alt="Visit!" src="b_pink.gif" id="b1" /></a>
Except I want the alt="Visit" to pop up when I put my mouse over an element in my list box. But i guess i cant do that in an <option> please help!!!