Hi, Everyone. Anyone can show me how to write up a scrolling up and down javascript coding as like IE under 'Favourite' has? I'm know nothing about javascript but that kind function must use javascript language to write right? Any kindness angel could help me? Thank you.
I don't have IE around me now and I'm not sure exactly what you need, but I guess you need something that manipulates scrollX and scrollY properties of the window. More info
You can wrap your content that needs to be scrolled in a <div> and us javascript to change the position of the div, if you need more assistance than that, email me.
some scrolling JavaScript code from my site, JavaScript examples at here will be useful for anyone like you, just copy & paste JavaScript code into you web page then it'll work