safari and scrollIntoView

B

bjarthur

anyone else had troubles getting scrollIntoView to work in Safari
v1.2.4? the sample code below works fine in all other browsers.

ben



<HTML>
<HEAD>
</HEAD>
<BODY>
<SPAN id='1'>1</SPAN><BR><BR><BR><BR><BR><BR>
<SPAN id='2'>2</SPAN><BR><BR><BR><BR><BR><BR>
<SPAN id='3'>3</SPAN><BR><BR><BR><BR><BR><BR>
<SPAN id='4'>4</SPAN><BR><BR><BR><BR><BR><BR>
<SCRIPT>
document.getElementById('4').scrollIntoView(true);
</SCRIPT>
</BODY>
</HTML>
 
Z

Zifud

bjarthur said:
anyone else had troubles getting scrollIntoView to work in Safari
v1.2.4? the sample code below works fine in all other browsers.

Have you tried:

alert(document.getElementById('4').scrollIntoView);

If it returns 'undefined', then it is unsupported and no amount
of cajoling will get it to 'work'.
 

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

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top