Using a Mac and downloaded yahoo messenger and latest safari version. Slider always goes up when I get a Msg.?
i’d like the slider to stay at the bottom of the page, it’s very annoying if I always scroll the slider down to check the replies. How do I do this? Somebody told me to downgrade to safari V.2 but there must be a better way…help





JakeCigar March 4th
believe it or not…it was apple’s safari 3 beta that clobbered yahoo messenger!
Y! messenger uses the internal functions from safari.
You can
a. uninstall the safari 3 beta
b. get used to it for the time being!
c. get http://adiumx.com for a yahoo compatible messenger program.
d. if you already removed the uninstaller … get Safari 3 from http://apple.com/safari , and run the UNINSTALL!
e. open -a textedit /Applications/Yahoo\!\ Messenger.app/Contents/Resources/Default.ymStyle/main.js
(line 417)
body.scrollTop = body.scrollHeight – document.clientHeight;
to
body.scrollTop = body.scrollHeight;
Add Yours
YOU