Jeremy Sayers
Jeremy Sayers

Reputation: 637

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 {
    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.

the site is http://www.rankmc.com

Thank you!

Upvotes: 0

Views: 141

Answers (1)

Joel Glovier
Joel Glovier

Reputation: 7679

Add float:left; to your div.logo rule.

Upvotes: 4

Related Questions