简体   繁体   English

CSS Google广告排名g

[英]CSS Google Ad positiong

I have a problem where my Google Ad is pushing down the rest of my menu, even though my Google ad is in a div 我遇到了一个问题,即使我的Google广告位于div中,我的Google广告仍将菜单的其余部分下推

.google {
    z-index:100000;
    float:right;
    position:relative;
    top:0px;
}

I have some other divs that you can see, but I can't figure it out. 我还有其他一些div,但您看不出来。

the site is http://www.rankmc.com 该网站是http://www.rankmc.com

Thank you! 谢谢!

Add float:left; 添加float:left; to your div.logo rule. 您的div.logo规则。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM