So I am trying to make this scrollable menu. Where if you go over something, it will be highlighted, and if you CLICK it then it will do something.
<div id = "resultBox" style="width:500px; height:300px; background-color:#ffffff; overflow:auto; scrollbar-face-color : #000000; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000;">
<p>STUFF</p>
<p>MROE STUFF</P>
</div>
So right now my scroll bar has stuff and mroe stuff, but the problem is they are just text. You can't put your mouse over it and it won't be highlighted. What do I do?>
<div id = "resultBox" style="width:500px; height:300px; background-color:#ffffff; overflow:auto; scrollbar-face-color : #000000; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000;">
<p>STUFF</p>
<p>MROE STUFF</P>
</div>
So right now my scroll bar has stuff and mroe stuff, but the problem is they are just text. You can't put your mouse over it and it won't be highlighted. What do I do?>