View Single Post
  #3 (permalink)  
Old Oct 28th, 2007, 00:27
Stuart Stuart is offline
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Scrolling Problem?

I suggest adding just this:
Code: Select all
#
This is better since it is supported by all browsers. #top is not supported by Firefox. Here is an example:
HTML: Select all
<a href="file.htm#">Link</a>
And this is actually all you need. You do not need to add an anchor tag (<a>) with the name "top", which is excessive code!

Cheers,
SWagner
Reply With Quote