M
Matthew Paterson
I am creating a homepage webpage.
I have created an 800x600 image with various sections that I am using as
buttons, these have been mapped out using an ImageMap in HTML. Is there
any way that I can get the basic image button (which is incorporated
into the main image) to change when I roll over it.
Some sample code :
<IMG SRC="bg.png" WIDTH=800 HEIGHT=600 BORDER=0 USEMAP="#map">
<MAP NAME="map">
<AREA SHAPE="POLY" COORDS="157,299,218,299,219,278,223,259,228,241,
170,220,165,236,161,255,157,283,157,299"HREF="file:/about.html"> </MAP>
I know about onmouseover but I dont think I can apply that here.
Any ideas, most appreciated.
I have created an 800x600 image with various sections that I am using as
buttons, these have been mapped out using an ImageMap in HTML. Is there
any way that I can get the basic image button (which is incorporated
into the main image) to change when I roll over it.
Some sample code :
<IMG SRC="bg.png" WIDTH=800 HEIGHT=600 BORDER=0 USEMAP="#map">
<MAP NAME="map">
<AREA SHAPE="POLY" COORDS="157,299,218,299,219,278,223,259,228,241,
170,220,165,236,161,255,157,283,157,299"HREF="file:/about.html"> </MAP>
I know about onmouseover but I dont think I can apply that here.
Any ideas, most appreciated.