Hello friends, I need a big favor, I am using following div tags and adsense manager to display my adsense ads in wordpress, (div style=â€display:block;float:right;margin: 10px 10px 10px 10px;â€) Adsense (/div) I Changed the bracket type to display here in this forum. But I noticed when i visit the site, only the first ad in the block is clickable. This is weird. but in internet explorer this works without any problems. In firefox and Opera the problem occurs.Can someone please tell me what is wrong? You can see this at www.antharjalaya.com Thank you... P.S You do not have to click on the ads to see whether they are working. When You move the mouse point to the second and third ad in the ad block it is not changing to a hyperlink. That is my problem. I want to make sure that no one consider this as a cheap attempt to get more clicks.
I am having the exact same problem, using the same exact code. The only difference is my my top ad unit is not clickable while the bottom ad unit is. Works perfectly in ie, but not in firefox.
@ mdf, If i find a solution I will let you know here. Let's hope somebody can beat me cuz I really tried everything...
Have you tried removing display:block from the div (coz div are block-level elements anyway) and see whether you still get the same problem?
Now I changed it to, (div style="float:right;") adsense(/div) But still the problem is there. Works fine in IE though...