Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Mouseover problem

Reply
Thread Tools

Mouseover problem

 
 
Jim Webster
Guest
Posts: n/a
 
      12-09-2006
I am attempting to get a mouseover arrangement whereby when the mouse is
over a thumbnail it pops up a smaller version of the image that opens in
a separate page when the thumbnail is clicked on. I am recycling code so
I have a few problems..

I am using the following

<TD STYLE="border: none;" WIDTH="120" ALIGN="CENTER" VALIGN="BOTTOM"><A
HREF="javascript:zoom('../artillery/foxtrot/flak-30-20mm_series/flak-30/flak30-archive-jw/flak30jw_001.jpg');"

onmouseover="showtrail('../artillery/foxtrot/flak-30-20mm_series/flak-30/flak30-archive-jw/flak30jw_001.jpg','Image
test','Image test','3.0000','0','1',203);" onmouseout="hidetrail();"
<img
src="../artillery/foxtrot/flak-30-20mm_series/flak-30/flak30-archive-jw/flak30jw_001_thumb.jpg"
width="100" height="75" border="0"></a></td>

how do I make the mouseover image a certain size - this case a maximum
of 200px wide?

The whole sorry non-working saga may be viewed here

http://www.jedsite.info/content/test.html

If anyone can figure out why the image isn't popping up in a new page
when the thumbnail is clicked on I would appreciate it

TTFN
Jim

'Interdum feror cupidine partium magnarum Europae vicendarum!'
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouseover problem with tables.... =?ISO-8859-15?Q?Andreas_Gr=E4ber?= HTML 8 07-31-2007 03:30 AM
Mouseover problem in Firefox chriswalls0024@yahoo.com Javascript 2 08-28-2005 03:49 PM
VB.NET/Netscape/Javacript Mouseover Problem JJ_377@hotmail.com Javascript 3 03-09-2005 02:41 PM
MouseOver problem Mike HTML 5 06-30-2004 11:40 PM
Javascript Mouseover Problem richk Javascript 3 05-29-2004 01:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57