ping Murray

M

MikeR

Hi Murray -
Wake Guido up and get him in battle dress. I'm in trouble again (FP2002).
Added a roll-over effect using DHTML which I subsequently didn't like.
Now I can't get rid of it. FP insists on popping this back into my page.
And adding the script bact to the site.
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
</script>
</HEAD>
<body onload="dynAnimation()" language="Javascript1.2">

I tried the toolbar to "remove the effect", just plain deleting it,
copying the page into Notepad, then pasting into a new page in FP, all
working live on the server. http://nf4l.com

Maybe this time we can get Guido the double onion fleur-de-lis for his
bronze pepperoni.
TIA - MikeR
 
M

Murray

Guido gets grumpy when his afternoon nap is disturbed.

Until I can wake him (when the pizza is ready), tell me - do you want to
remove the yellow to red rollover on all those page elements, or just one or
two?
the double onion fleur-de-lis

That would be the fleur-de-guillome, then....
 
M

MikeR

Murray said:
Guido gets grumpy when his afternoon nap is disturbed.

Until I can wake him (when the pizza is ready), tell me - do you want to
remove the yellow to red rollover on all those page elements, or just one or
two?




That would be the fleur-de-guillome, then....
Durn -
Well so do I, but I didn't realize Guido was retired too. And I knew I
shoulda took French instead of German. Zweibelblume just doesn't zing.

Actually, the only button using the dhtml/js stuff is the first one. I
want to implement it like the others on that page.
 
M

Murray

Guido says to get the pepperoni outta yer eyes and to look at da code. The
1st, 2nd, and 4th images are all done the same way. It's the 3rd that has
the "dHTML" thing on it.

So change this -

<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
</script>
</HEAD>

to this -

</head>

and this -

<body onload="dynAnimation()" language="Javascript1.2">

to this -

<body>

and this -

<a href="PwB.htm" onMouseOver="var
img=document['fpAnimswapImgFP1'];img.imgRolln=img.src;img.src=img.lowsrc?img.lowsrc:img.getAttribute?img.getAttribute('lowsrc'):img.src;"
onMouseOut="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].imgRolln">
<img border="0" src="images/details_off.jpg" width="147" height="15"
id="fpAnimswapImgFP1" name="fpAnimswapImgFP1"
dynamicanimation="fpAnimswapImgFP1" lowsrc="images/Details_on.jpg"></a>

to this -

<A HREF="PwB.htm"
onMouseOver="document.images[5].src='images/details_on.jpg';
return true;"
onMouseOut="document.images[3].src='images/details_off.jpg';return true;">
<IMG SRC="images/details_off.jpg" ALT="Dx" HEIGHT="15"
WIDTH="147" VSPACE="0" HSPACE="0" BORDER="0"></A>
 
M

MikeR

Actually it was tears from the onions....

Sheeeeesh - Watadummi. I'll take my sign now.
As soon as I get the details worked out, I'm gonna e-mail you a six-pack
of Red Stripe.
Thanks & a Well_done TO Guido.
MikeR
 
M

Murray

Wheee. Guido says that the six pack is only the downpayment. 8)

Don't make him hurt you.

--
Murray
============

MikeR said:
Actually it was tears from the onions....

Sheeeeesh - Watadummi. I'll take my sign now.
As soon as I get the details worked out, I'm gonna e-mail you a six-pack
of Red Stripe.
Thanks & a Well_done TO Guido.
MikeR
Guido says to get the pepperoni outta yer eyes and to look at da code.
The 1st, 2nd, and 4th images are all done the same way. It's the 3rd
that has the "dHTML" thing on it.

So change this -

<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation"
src="animate.js">
</script>
</HEAD>

to this -

</head>

and this -

<body onload="dynAnimation()" language="Javascript1.2">

to this -

<body>

and this -

<a href="PwB.htm" onMouseOver="var
img=document['fpAnimswapImgFP1'];img.imgRolln=img.src;img.src=img.lowsrc?img.lowsrc:img.getAttribute?img.getAttribute('lowsrc'):img.src;"
onMouseOut="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].imgRolln">
<img border="0" src="images/details_off.jpg" width="147" height="15"
id="fpAnimswapImgFP1" name="fpAnimswapImgFP1"
dynamicanimation="fpAnimswapImgFP1" lowsrc="images/Details_on.jpg"></a>

to this -

<A HREF="PwB.htm"
onMouseOver="document.images[5].src='images/details_on.jpg';
return true;"
onMouseOut="document.images[3].src='images/details_off.jpg';return
true;">
<IMG SRC="images/details_off.jpg" ALT="Dx" HEIGHT="15"
WIDTH="147" VSPACE="0" HSPACE="0" BORDER="0"></A>
 

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