Click to See Complete Forum and Search --> : put in a fake link(how)?


andrew1234
07-02-2003, 02:59 AM
Hi

if you have a link <a href="123.htm"> 1234 </a>
when the mouse scrolls over it an arrow appears so the user knows it is a link.

my question is
----------------------------------------------------------------
how do i trick the system so i can have <p>1234</p>
so the when the mouse scrolls over it an arrow apears
but its not a link , its a fake link?

can it be done?

Thanks

Andrew

JHL
07-02-2003, 03:13 AM
<p style="cursor:'hand'">1234</p>

andrew1234
07-02-2003, 04:41 AM
thanks for the help

so much to learn..so little time

Andrew

pyro
07-02-2003, 07:00 AM
Or, if you want it to work cross browser:

<p style="cursor: pointer;">1234</p>

andrew1234
07-02-2003, 07:24 AM
it did not work on my IE 5 but "hand" did

can you please expalin what you mean by cross browser

Thanks

Andrew

pyro
07-02-2003, 07:34 AM
It worked for me in IE6, NN7, Mozilla 1.2 and Opera 7...