Forum Moderators: martinibuster
The problem is, in the threaded view of my forums, there's only one page, and if you click a message that's halfway down the thread, you're automatically scrolled way past the ads and never see them...
Is it kosher to use javascript/dhtml to automatically scroll the ads down to where the user is sent? I know this is complicated to do, especially sinec the DOM for anchors is rather shady at best... it'll probably require some sort of setTimeout hack... but i don't want to spend the time doing it if google would have a problem with it.
Also, just to be clear: I would NOT wrap the ads in code that keeps them viewable no matter how much the browser scrolls - I only want to place the ads at the location the user is FIRST viewing, so that they're visible, but not annoying.
I belive it is alright to use the ads on forums.
Is it kosher to use javascript/dhtml to automatically scroll the ads down to where the user is sent?
I am not sure about this one, but my instinct say that it could be against the google policies, though not exactly defined.
However, perhaps it may be alright to do so. So the best way would be to contact Google to get an official answer.
Risk Nothing!
Basically, you'd just put the AdSense code in a <div> and use CSS to modify where that <div> is allowed to go. I don't think they have any control over that happening.