Hi all
I need to create a link which on click redirects to a page 'aa.htm' and on hover shows a small window pulling information from 'bb.htm' . The problem is that this has to be achieved using stylesheets.
My stlesheet looks like below
stylename {
link_prefix : "<a target=_blank href=aa.htm";
link_suffix : "</a>";
}
With this i am able to accomplish the onClick redirect to 'aa.htm'.
Question --
Anyone has any idea how can i accomplish onHover part.
Or can anyone suggest how can i accoplish something like
onHover -call Javascript:doit() and i can insert the commands to pull 'bb.htm' inside javascript doit()
Thanks
I need to create a link which on click redirects to a page 'aa.htm' and on hover shows a small window pulling information from 'bb.htm' . The problem is that this has to be achieved using stylesheets.
My stlesheet looks like below
stylename {
link_prefix : "<a target=_blank href=aa.htm";
link_suffix : "</a>";
}
With this i am able to accomplish the onClick redirect to 'aa.htm'.
Question --
Anyone has any idea how can i accomplish onHover part.
Or can anyone suggest how can i accoplish something like
onHover -call Javascript:doit() and i can insert the commands to pull 'bb.htm' inside javascript doit()
Thanks