text linked to popup's does not have mouse pointer reaction

G

Guest

I have just discovered how to create popup's in frontpage 2003

I managed to get the window sized and images to preload inside.

However, I'm stuck on this part:

The text selection being used to bring up the popup, does not have mouse
pointer reaction to indicate a live link. The mouse pointer does not turn
into a little hand pointer as it should if hovering over a hyperlink.

The mouse pointer turns into a sepperator bar when hovered over the text.

My current behavior selections are :
onClick - open browser
onClick - preload image
 
H

Helpful person

Tafel1 said:
I have just discovered how to create popup's in frontpage 2003

I managed to get the window sized and images to preload inside.

However, I'm stuck on this part:

The text selection being used to bring up the popup, does not have mouse
pointer reaction to indicate a live link. The mouse pointer does not turn
into a little hand pointer as it should if hovering over a hyperlink.

The mouse pointer turns into a sepperator bar when hovered over the text.

My current behavior selections are :
onClick - open browser
onClick - preload image

I do this using the following attribute change in a CSS (The mouser
cursor changes when over the image)

img.hand
{
cursor: pointer
}

However I was told this was not a good method although no-one explained
why.

www.richardfisher.com
 
G

Guest

Helpful person said:
I do this using the following attribute change in a CSS (The mouser
cursor changes when over the image)

img.hand
{
cursor: pointer
}

However I was told this was not a good method although no-one explained
why.

www.richardfisher.com

Thanks for the tip : richardfisher.com
Always good to know some CSS

I managed a ham fisted addin to the FP code - <Style="cursor: pointer;
text-decoration: none" infront of the "onclick" in frontpage behaviors, but
that was looking tedious.

I searched this board some and found alot of recomendation for "Spawn", So I
downloaded it and just finished doing 59 popup's. whew!

It went fairly smooth. Time consuming with so many links, but i'm glad i
used it. It even works on my FF brouser with the popup blocker "on".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top