bacterozoid
11-09-2002, 04:52 PM
Well, here is the code:
<td style="border: 1 solid #000080" width="94"
onMouseOver="this.bgColor='#6972BA'"
onMouseOut="this.bgColor='#5059AF'"
onClick="window.location='origins.htm'" bgcolor="#5059AF">
<p align="center">Origins</p>
</td>
When I hover over the cell, it changes to the new color, good. I click on it, and it opens up origins.htm in the browser. Ok, all fine and dandy. Now my questions:
How would I go about changing the cursor to the hand on MouseOver (Giving onMouseOver multiple commands) AND how do I direct this to an inline frame? I know as much as it will deal with window.location, but I'm not exactly sure.
Thanks for any help!
<td style="border: 1 solid #000080" width="94"
onMouseOver="this.bgColor='#6972BA'"
onMouseOut="this.bgColor='#5059AF'"
onClick="window.location='origins.htm'" bgcolor="#5059AF">
<p align="center">Origins</p>
</td>
When I hover over the cell, it changes to the new color, good. I click on it, and it opens up origins.htm in the browser. Ok, all fine and dandy. Now my questions:
How would I go about changing the cursor to the hand on MouseOver (Giving onMouseOver multiple commands) AND how do I direct this to an inline frame? I know as much as it will deal with window.location, but I'm not exactly sure.
Thanks for any help!