HI Trevor L.
This is what I have so far I will be working on this today I will need some
help on this one. Take a look at what I have
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Photo Gallery</title>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>
<meta name="Microsoft Theme" content="level 1011">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="830" height="71">
<tr>
<td width="166" align="center"> </td>
<td align="center" height="70" width="664">
<!--webbot bot="Navigation" s-type="banner" s-rendering="graphics"
s-orientation b-include-home b-include-up u-page s-target -->
</td>
</tr>
<tr>
<td colspan="2" style="border-bottom-style: none; border-bottom-width:
medium" height="1">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="border-bottom-style: solid; border-bottom-width: 1"
align="right">
<h4>
<!--webbot bot="Timestamp" s-type="REGENERATED" s-format="%m/%d/%y" -->
</h4>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="75" style="border-left-style:none;
border-left-width:medium; border-right-style:solid; border-right-width:1;
border-top-style:none; border-top-width:medium; border-bottom-style:none;
border-bottom-width:medium">
<!--webbot bot="Navigation" s-orientation="vertical"
s-rendering="graphics" s-type="siblings" b-include-home="TRUE"
b-include-up="FALSE" -->
<p> </p>
</td>
<td valign="top" width="5" style="border-right-style:none;
border-right-width:medium; border-top-style:none; border-top-width:medium;
border-bottom-style:none; border-bottom-width:medium">
</td>
<td valign="top" width="100%" height="100%"
style="border-right-style:none; border-right-width:medium;
border-top-style:none; border-top-width:medium; border-bottom-style:none;
border-bottom-width:medium">
<h3 align="left"><font face="Times New Roman" color="#000000">My Photo
Gallery</font></h3>
<br>
<p>Look at my new online photos filled with pictures from Mount Saint
Helens. And my trip to one of Frank Lioyd Wrights homes. Plus some photos
of a home that I built
in Vancouver WA. </p>
<!--webbot bot="PhotoAlbum" u-include="photogallery/photo26003/real.htm"
clientside tag="BODY" --><v:element onmouseover="window.status='img';return
true"/><v:element onmouseover="expression"><p align="center">
<font face="Times New Roman" color="#800000">
<small>
<!--webbot bot="Navigation" s-orientation="horizontal" s-rendering="html"
s-bar="Bars" s-btn-nml="<A HREF="#URL#" TARGET="#TARGET#"
STYLE="text-decoration: none;">#LABEL#</A>" s-btn-sel="#LABEL#"
s-btn-sep=" | " s-type="siblings" b-include-home="TRUE"
b-include-up="FALSE" -->
</small></font></p>
<p><i><small><font color="#663300">This site was last </font>
<font face="Times New Roman" color="#663300">updated
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%m/%d/%y"
--></font><font color="#663300">
</font>
</small></i><font color="#663300"></font></font></p>
</td>
</tr>
</table>
</body>
</html>
Thank you
manny
Trevor L. said:
Manny said:
Hi,
Help
I was vesting a web site called screen savers and put my mouseover a
photo and loved the effect of the mouseover. How can I do this In
FrontPage 2003 would you be so kind as to instruct me on how to
accomplish this effect hears is the web take a look?
http://www.g4tv.com/screensavers/index.html
My email:
(e-mail address removed) or
(e-mail address removed)
Thank you,
Manny
Strange.
I looked at the code and this is what is there for the cell
<td><a
href="
http://www.g4tv.com/screensavers/features/51371/The_Phenomenal_Phenomenon_of_The_Phenomenauts.html">
<img align="left" alt="phenomenauts"
src="
http://media.g4tv.com/images/imageDB2/312/31200_S.jpg"
class="blackborder" width="90" height="68"></a></td>
There must be a a onmouseover="" which
1. displays the larger image in a <div>
2. moves the <div> with the cursor.
But I must be missing something - I can't see a mouseover anywhere !!
Courtesy of Murray here is code to do the first
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Slideshow Demo</title>
<script language="JavaScript">
<!--
function FP_setLayerText(id,txt)
{//v1.0
var el = FP_getObjectByID(id)
if(el.innerHTML)
el.innerHTML = txt
}
function FP_getObjectByID(id,o)
{// v1.0
var c, el, els, f, m, n
if(!o) o = document
if(o.getElementById)
el = o.getElementById(id)
else if(o.layers)
c = o.layers
else if(o.all)
el = o.all[id]
if(el)
return el
if(o.id==id || o.name==id)
return o
if(o.childNodes)
c = o.childNodes
if(c)
for(n = 0; n < c.length; n++)
{ el = FP_getObjectByID(id,c[n])
if(el)
return el }
f = o.forms
if(f)
for(n = 0; n < f.length; n++)
{ els = f[n].elements
for(m = 0; m < els.length; m++)
{ el = FP_getObjectByID(id,els[n])
if(el)
return el }
}
return null
}
// -->
</script>
</head>
<body>
<div id="layer1"
style="position: absolute; width: 400px; height: 400px;
z-index: 1; left: 200px; top: 30px;
font-family: trebuchet,verdana,arial,sans-serif;
font-size: 14px; font-color: black; background: #FFC;
border: 8px green inset; padding: 15px;">
<!-- <img src = "images/1.jpg";> -->
Watch this space
</div>
<p><a href=""
onmouseover="FP_setLayerText('layer1',
'<img src = "images/1.jpg">')">
<img border="0" src="images/1.jpg" width="100" height="100">
</a></p>
</body>
</html>
This places the image in a fixed <div> - see the tag <div id="layer1">
What you need as well is code that forces the <div> to follow the cursor. I
have some code that does that with a tooltip - a <div> which is 100px wide -
but I would need to put them together and I can't quite do that instantly.
Perhaps someone else can find where the code that does this is on the site
you listed.