Advanced Layer Popup Support Product Page

This topic was archived

Cursor

Asked 25 Aug 2008 03:43:50
1
has this question
25 Aug 2008 03:43:50 Robb Auspitz posted:
How do I change the cursor from a line to the standard Internet cursor when clicking on the link that opens the layer? Many thanks for your help and consdieration.

Robb Auspitz

Replies

Replied 25 Aug 2008 11:14:41
25 Aug 2008 11:14:41 Miroslav Zografski replied:
Hi Robb,

What you mean with <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> cursor from a line to the standard Internet cursor <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>?
Also it is better Cursor change to appear on hover.

Regards,


M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 25 Aug 2008 16:44:27
25 Aug 2008 16:44:27 Robb Auspitz replied:
Hi Miroslav,
When you place the mouse over the link that opens the pop-up layer it changes from the arrow to an "I" instead of the standard hand with a finger pointing. How do you change the cursor from an "I" to the standard hand with a finger pointing cursor. Thank you and thank you for the quick response.

Sincerely,

Robb Auspitz
Replied 25 Aug 2008 16:55:59
25 Aug 2008 16:55:59 Miroslav Zografski replied:
Hi Robb,

Can you give a link to a test page or to paste the code of such page here?

Regards,


M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 25 Aug 2008 17:14:39
25 Aug 2008 17:14:39 Robb Auspitz replied:
Hi Miroslav,

Here is the link to the page: www.marczumoff.com/marc-zumoff-testimonials.html

Many thanks again.

Robb Auspitz
Replied 26 Aug 2008 09:34:39
26 Aug 2008 09:34:39 Miroslav Zografski replied:
Hi Robb,

It's all about the tag you are linking behavior with. If you want it to ac as a link you should make it such, linking the text to empty javascript function such as :<pre id=code><font face=courier size=2 id=code>javascript:void(0);</font id=code></pre id=code>, or to a unexisting anchor - <pre id=code><font face=courier size=2 id=code>#</font id=code></pre id=code>. Than you can have your pointer turned into hand
on hover.
Other way is to add in tag the following style:
<pre id=code><font face=courier size=2 id=code>
style="cursor: pointer"
</font id=code></pre id=code>

Regards,


M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------

Reply to this topic