Thanks for the heads up on the <a > tags... it's been ages since I did any programming, scripting, or the like.. feel like a wee bit of a doofus.
The page is up and cleaned up a wee bit
http://www.joseph-house.com/comics-i...ers/covers.asp
Though I tried inserting a layer [without setting the page up with a style sheet] into the last cell of my table [the cell with the image in it] though I'm not getting the image to scroll down the screen with the window.
Code:
</td>
<td valign="top" align="center">
<div style="position: top;">
<img src="default.jpg" name="MyImage">
</div>
</td>
I'm figuring I'm going about this the goofy footed way though I can't see what I'm missing on the stylesheets side. Do I have to set the page up with a stylesheet in the header in order to use the div tag? Or am I simply being feebleminded in my use of the div tag?
There's also a page where I've changed the onMouseover to a onClick
http://www.joseph-house.com/comics-i...rs/covers2.asp
Thanks for the help!
-Joe