Vic
03-25-2006, 02:24 AM
Is there any cross-browser compatible way of scrolling an object (eg a <textarea>) fully into view?
I can achieve this through <a href='#myObject'>, but this way someone actually has to click on the link to scroll. I would like to achieve this automatically from my javascript code.
Any thoughts would be greatly appreciated...
I can achieve this through <a href='#myObject'>, but this way someone actually has to click on the link to scroll. I would like to achieve this automatically from my javascript code.
Any thoughts would be greatly appreciated...