Quote:
Originally Posted by harbingerOTV
Without seeing your code there are a few things you could try. Witht the iframe you could (if using some server side scripting is allowed) pass a variable on click to one page being loaded into the frame. basically create one page with all the imags on it that calls each image depending on the variable passed. That way you can just edit the one page for the images and the links hittig said page and then turn the default padding & margin to 0.
|
The site is hosted on geocities (not my choice) so, to my knowledge, I'm limited by what I can upload directly into the filespace.
Quote:
Originally Posted by harbingerOTV
or you could go a full css route and have the images apear on hover ia a specified spot.
or you could use javascript.
the latter two avoiding the iframe all together.
|
The hovering won't work because some of the images are too large. I think scrolling to see them would move you off the hover point and lose the image. Maybe? I'm not sure now.
And javascript is the other way I was trying to go; I have a question in the java forums already.
I didn't think posting the code would really be helpful because it's so simple. Here's a sample though:
Code:
<a href="furn8.jpg" target="win" class="icon">
<img src="furn8_ico.jpg">
</a>
<iframe src="../win.html" style="width: 600; height: 490;" frameborder="0" name="win">
</iframe>