Forums

This topic is locked

Click Here Hand

Posted 27 Feb 2002 22:24:37
1
has voted
27 Feb 2002 22:24:37 Stephen Bateman posted:
I have an OnClick script on an entire row in a table as follows:

<tr valign="middle" onClick="MM_openBrWindow('/info.php?product_id=<?php echo $rs_products->Fields("product_id" ?>','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes')" onMouseOver="MM_displayStatusMsg('Click to View product');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg('Product List');return document.MM_returnValue" bgcolor="<?php echo $row_colour?>">

The problem is that the cursor does not does not change to the "hand" when people move over the row. Does anyone know how to make the hand appear ?

Thanks

Stephen

Replies

Replied 08 Mar 2002 00:17:14
08 Mar 2002 00:17:14 scre wdanger replied:
I think this question has been aunmswered before.
Just put this sign " # " in the link url field thats it.

Replied 08 Mar 2002 15:16:28
08 Mar 2002 15:16:28 Matthijs Horsman replied:
Hi,

I think this will work, just apply a style to the tr:

<style type="text/css">
<!--
.iwantahand { cursor: hand}
-->
</style>

<tr class="iwantahand">

Reply to this topic