been trying to "scroll" CPA offers using iframe and CSS , but it seems that different browsers, when given absolute scrolling coordinates react differently.
Eg: using css, iframing IE6 and FF3 produces different results ( a little off , especially if I'm targetting small iframe size .)
Is there perhaps another method to scroll that works across all browsers, or are you guys setting custom coordinates for different kinds of browsers. I tried scrolling with javascript too, and the difference still occurs across different browsers.
guess i need to manually detect browser agents and assign scrolling coordinates.... anyone use a different method?
Eg: using css, iframing IE6 and FF3 produces different results ( a little off , especially if I'm targetting small iframe size .)
Is there perhaps another method to scroll that works across all browsers, or are you guys setting custom coordinates for different kinds of browsers. I tried scrolling with javascript too, and the difference still occurs across different browsers.
guess i need to manually detect browser agents and assign scrolling coordinates.... anyone use a different method?