Hi folks, just trying to get started on HTML (more a database kinda person!)
My problem:
I have set up a table (table1) containing 2 columns, the first column contains a nested table (table2) of 2x2 each containing a thumbnail. Each thumbnail has the onmouseover and onmouseout properties and these work great however I want to get it so that when user clicks the image then the large image in the second column of table 1 changes accordingly. Ive tried the onClick but it doesnt seem to work for me. each Image in table2 was set up as an (A HREF... link but when I click then it attempts the HREF jump. Im a bit stumped, tried putting onClick in the <IMG SRC...> tabs but nothing, tried in the <A HREF..> and it causes the images to disappear.
If anyone could lead me by the hand I'd be grateful.
Cheers
Peter
My problem:
I have set up a table (table1) containing 2 columns, the first column contains a nested table (table2) of 2x2 each containing a thumbnail. Each thumbnail has the onmouseover and onmouseout properties and these work great however I want to get it so that when user clicks the image then the large image in the second column of table 1 changes accordingly. Ive tried the onClick but it doesnt seem to work for me. each Image in table2 was set up as an (A HREF... link but when I click then it attempts the HREF jump. Im a bit stumped, tried putting onClick in the <IMG SRC...> tabs but nothing, tried in the <A HREF..> and it causes the images to disappear.
If anyone could lead me by the hand I'd be grateful.
Cheers
Peter