Just need to add this to your onclick:
onclick="$('#container').ScrollTo(800);return false;"The reason you see a flash is that it is actually jumping to the top and then back down because the click event is not stopped. Also, I would suggest using $(document).ready() to attach event handlers instead of embedded onclick attributes. -- Brandon Aaron On 10/11/06, Charles Roper <[EMAIL PROTECTED]> wrote: > Charles Roper wrote: > >> http://www.sxbrc.dev/biodiversity/countyrecorders/index2.php > > http://www.sxbrc.dev/biodiversity/countyrecorders/index3.php > > Apologies, these links are broken. Here are the correct ones: > > http://www.sxbrc.org.uk/biodiversity/countyrecorders/index2.php > http://www.sxbrc.org.uk/biodiversity/countyrecorders/index3.php > > Charles > > > -- > Charles Roper > www.charlesroper.co.uk > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
