codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  mouse over  g48dd at 04:06 on Saturday, January 31, 2004
 

Ok what I have is a simple table with thumbnail pics around an area ( middle of table ) where I want larger image of thumnail to appear. How do I do it.
<table>
<tr><td>Thumbnail</td><td>Thumbnail</td><td>Thumbnail</td></tr>
<tr><td>Thumbnail</td><td>Large Pic</td><td>Thumbnail</td></tr>
<tr><td>Thumbnail</td><td>Thumbnail</td><td>Thumbnail</td></tr>
</table>

Something like that the actual table is much larger, and the middle cell will hold a 530x430 picture. It can appear on mouse over thumbnail, and should stay that way with mouse out. Untill viewer hovers over different thumbnail.

Thank you,
Ken
E Mail@
g48dd@edensglorykennels.com

  Re: mouse over  jayaraj at 12:18 on Tuesday, February 03, 2004
 

Here is code that I used, you can modify according to your requirement.

<input type="button" value="Make
Picture Bigger" language="JavaScript"
onmouseover="
{
image1.height = 250;
//image1.width = 250;
}"
onmouseout="
{
image1.height = 50;
//image1.width = 250;
}"
>

Have fun,
Jayaraj P
Jayaraj@pyxistechsol.com








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Learning VB(Looking for opinions)
•  How to open a .DOC file in MS-Word thru a link
•  Export database`s data into a CSV file in jspscript.....
•  Adding values to text field from popup - JavaScript
•  How to insert Javascript within Javascript ?
•  Event Close Browser botton
•  setting alphanumeric code
•  syntax error in insert statement .please help me solve it
•  Re: need code to export html report to excel and autosave with current date as filenaem


Recent Articles
Simple Thumbnail Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)
Function to Return Alpha Characters Only
The OSI Reference Model - A Clear and Concise Illustration !


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2004