|
I used your rollover code to make some new rollover buttons, which worked well in iweb 08.
Now I have installed iweb09, there is a problem.
The images both display correctly, so when I rollover the image changes,so they work fine which is great, but the link where the button directs you is not working.
What seems to be happening is the link is being copied together with "target="_top" which leads to a 404.
Here is the code:
<A HREF="http://web.mac.com/wanderingbear/Wandering_Bear_Asia/Welcome_To_Asia.html” target="_top" onmouseover="document.sub_but.src='http://web.mac.com/wanderingbear/BearsRolloverButtonFolder/asiarollover.png'" onmouseout="document.sub_but.src='http://web.mac.com/wanderingbear/BearsRolloverButtonFolder/asia.png'"> <IMG SRC="http://web.mac.com/wanderingbear/BearsRolloverButtonFolder/asia.png" WIDTH="215" HEIGHT="143" BORDER="0" ALT="Move your mouse over me" NAME="sub_but"> </A>
I dont knon much about code, but tried inserting a return after the end of .html, & after the space, but it does not make any difference.
Any ideas,
PS Top Site, you have helped me build my site enormously over the 2.5 years - THANKS!
|