I am going to code a little bit here so that I type less. Hope you understand it:
try
{
Well, basically what you are wanting to do is this: you are wanting to have someone put thier mouse over an image which will then widen. In the bottom frame a large form of the image will show up. Am I correct?
if(correct)
{
Here is an example code for the image-over thing:
Code:
<img src="some_img.jpg" onmouseover="this.style.width=200;this.style.height=200;parent.name_of_frame.document.getElementById('name_of_img').src=this.src;" onmouseout="this.style.width=150;this.style.height=150;parent.name_of_frame.document.getElementById('name_of_img').src=differing_source.jpg">
}
else
{
I am sorry that I couldn't help you. Please try the catch() statement.
}
}
catch(e)
{
Well, if I am not, I guess you will have to reply once more for complete clarification.
}
-magicyte
Bookmarks