hello pepole, how i set in javascript the loction of the scroll bar ? for exp. i have some page that i wanna that the scrool start from specifical location.?
it uses to scroll document. TopicStarter want to place scroll bar (i suppose like that is when place frame or iframe). Hmmm. Why i can not place links? =((
hello, i have some code HTML Code: <STYLE> .scrollingDiv { width:650px; height:550px; text-align:right; background-color:#FFFFFF; overflow-y:scroll; overflow:auto; } </STYLE> <div id=jumptohere class="scrollingDiv"> . . . . . . bla </div> how i put the scrool loction the word bla ?
put befure bla <a name="asdf"></a> HTML: and then create a link somewhere in the page : <a href="#asdf">Go to bla</a> HTML: I hope it's what you want, If it isn't, tell me what you want again