Just installed the mod and it's easy to use, but I have a box overflow problem in all browsers. Wondering if anybody can point me in the right direction to fix it: You can see it at the bottom of the page here
http://www.going2college.com/forum.
It's a css problem - I have wrapped the Adsense code in a class called .bannerad and turned off the overflow with the following css to no avail:
Code:
width: 730px;
height: 90px;
background: none;
background-color: transparent;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
padding: 0;
margin: 0;
margin-top: -10px;
z-index: -100;