开发者

I want the Jquery thing to show over adsense

For example see My site page : http://scansocial.com/22478982

there 开发者_运维技巧you can see a jquery thing at topmost and after that adsense. When we click one of Share Tweet Shorturl on Jquery it loads into down which shows adsense in that too

How to make adsense not visible over the Jquery window ?


You can set the z-index on the #panel element and that should fix your problem.

In your stylesheet, just set this property

#panel {
    z-index: 10;
}

I tried it using Firebug and it worked.

Good luck :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜