dynamic HTML Effects

P

Puzzled Pensioner

I have copied from the web very simple instructions on how to create rollover
images. To create a Rollover I am asked to 'select the Dynamic HTML Effects
option from the Format pull-down menu'. I don't have this, only Dynamic Web
Template. I am not well versed in jarva script so simple explanations would
be appreciated.
Also I only have design, code and preview in my task bar, not 'normal'. A
search for updates showed that I didn't need anything. Am I doing something
wrong.
 
P

Puzzled Pensioner

Sorry Steve. This only created a button. Maybe I have copied across wrong
info. although up to the point listed everything worked OK. The instructions
helped with displaying text over a photo with cursor.
My problem is - I have inserted an old view photo and then 'layered' with a
new view photo. By Ctrl & click on the old photo I am shown the new photo.
What I am stuck with is trying to create a rollover effect to give a 'now and
then' view when the cursor is over photo.

This is the site I obtained the info. from.
www.cadtutor.net/wb/fp/rollover/rollover.html

Thanks for the response.
 
S

Steve Easton

That's done with javascript and onmouseover / onmouseout.


<div align="center">
<a HREF="" onMouseOver="if (_version >= 11) document.one.src='images/two.gif';"
onMouseOut="if (_version >= 11) document.one.src='images/one.gif';"><img
src="images/one.gif" name="one" width="150" height="150" alt="Your text here"
border="0"></a>
</div>


Change the image names to match your images and change the width and height to match your
image size.
Note the blank href tag

--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 

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