IE limitations in using a page bookmark...

B

B. Jenkins

Up until now, I've had no problems rendering a named anchor and having
javascript scroll to a bookmark on a page (using the form onLoad event), but
I have reached a page where the page does not scroll to the bookmark.

Are there any known limitations to using bookmarks in IE 6? The page I am
having problems with does have nested TABLE and DIV elements. I have not
found any SCROLL=NO attribute settings, either. Does anyone know what else
could prevent IE to not scroll to a bookmark?

I know if the named anchor is misspelled it won't hit, but I can guarantee
that the anchor name and the corresponding href# for the bookmark is
identical. Suggestions, anyone.
 
C

C. A. Upsdell

B. Jenkins said:
Up until now, I've had no problems rendering a named anchor and having
javascript scroll to a bookmark on a page (using the form onLoad event),
but I have reached a page where the page does not scroll to the bookmark.

I had that problem a few weeks ago when my anchor was display:none. Opera
and the Gecko browsers worked just fine, but not IE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top