J
Joskin
Hello,
Bit of a newbie question.....
I'm using the following to put text in 'textlayer' when I hover over
'layer2'
It works - BUT ONLY THE ONCE and then I have to refresh the page before it
will work again- it's driving me nuts
<div style="position: absolute; width: 127px; height: 25px; z-index: 2;
left: 118px; top: 25px" id="layer2">
<a style="font-family: Arial; color: #FFFFFF; font-weight: bold"
title="Recorded at Rain Station xxx" href="mainrain.htm"
onmouseover="FP_setLayerText(/*id*/'textlayer',' Monthly rainfall
information')" onmouseout="FP_setLayerText(/*id*/'textlayer',' ')">Monthly
Rainfall</a></div>
Any help would be appreciated
Also is there any way to change the font in the displayed layer?
TIA
Joskin
Bit of a newbie question.....
I'm using the following to put text in 'textlayer' when I hover over
'layer2'
It works - BUT ONLY THE ONCE and then I have to refresh the page before it
will work again- it's driving me nuts
<div style="position: absolute; width: 127px; height: 25px; z-index: 2;
left: 118px; top: 25px" id="layer2">
<a style="font-family: Arial; color: #FFFFFF; font-weight: bold"
title="Recorded at Rain Station xxx" href="mainrain.htm"
onmouseover="FP_setLayerText(/*id*/'textlayer',' Monthly rainfall
information')" onmouseout="FP_setLayerText(/*id*/'textlayer',' ')">Monthly
Rainfall</a></div>
Any help would be appreciated
Also is there any way to change the font in the displayed layer?
TIA
Joskin