Forum Moderators: open
The original image is a solid blank box ("blanker.gif"); the rollovers are "number1.gif","number2.gif" and so on.
This seems so easy, but I keep getting "'bloc' is not an object" errors.
The script:
function subnum(x) {
document.bloc[x].src="number"+x+".gif"}
***********************************************
The html in-body code:
<a href="#" onmouseover="subnum(1)"><img src="blanker.gif" border="0" width="24" height="28" alt="" name="bloc1">
<a href="#" onmouseover="subnum(2)"><img src="blanker.gif" border="0" width="24" height="28" alt="" name="bloc2">
etc.
************************************************
Can't I see the forst for duh treez?
Ace in CT