Thanks for the tips Matt, I will follow your advice in the future
regarding the code. Just for the sake of it, the page url is this:
www.team-x.gr/products.htm
Thanks again!
Matt Kruse said the following on 06/03/04 16:40:[color=blue]
> Jim wrote:
>[color=green]
>>I have this page that uses a small script that changes the button
>>image when the button is clicked. The problem is that when clicked,
>>the page suddenly "jumps" to the top. I have purposly left dead links
>>in the page (the ones that "point" to the page the viewer is
>>currently on). Is there a way to stop this behaviour?[/color]
>
>
> I assume you are using onClick in the <a> tag?
> Make sure to return false.
> <a href="whatever.html" onClick="func();return false;">link</a>
>
> When reporting a problem, it's always helpful to include your exact code
> example that is failing, or even better a link to the page itself.
>
>[color=green]
>>The image size is logical but is there any way to load them
>>into the browsers cache in the background? Thanks![/color]
>
>
> Yes, look into any common image rollover script for how to create Image()
> objects which will (hopefully) pre-cache your images.
>[/color]