If theres any web designer out there can they help me please!
I'm making an HTML webpage, but i can't get this rollover image/link to work... is there something wrong with the code below?? Or is it just my computer messing up??
<A
HREF="www.google.com"
onMouseOver = "rollover('home')";
onMouseOut = "rollout('home')";
><IMG SRC="home_out.gif";
NAME="home";
ALT="Home Page"; BORDER=0
HEIGHT=130 WIDTH=115
></A>
<SCRIPT TYPE="text/javascript">
<
setrollover("home_over.gif");
>
</SCRIPT>
Some other things to note (that may help you):
* my pictures "home_out" and "home_over" are in .gif format and saved on the Desktop
* my html site is also saved on the desktop for the time being....
ANY help would be GREATLY appreciated...! THANKS
I'm making an HTML webpage, but i can't get this rollover image/link to work... is there something wrong with the code below?? Or is it just my computer messing up??
<A
HREF="www.google.com"
onMouseOver = "rollover('home')";
onMouseOut = "rollout('home')";
><IMG SRC="home_out.gif";
NAME="home";
ALT="Home Page"; BORDER=0
HEIGHT=130 WIDTH=115
></A>
<SCRIPT TYPE="text/javascript">
<
setrollover("home_over.gif");
>
</SCRIPT>
Some other things to note (that may help you):
* my pictures "home_out" and "home_over" are in .gif format and saved on the Desktop
* my html site is also saved on the desktop for the time being....
ANY help would be GREATLY appreciated...! THANKS