PDA

View Full Version : CSS Advice


berto
04-15-2010, 12:06 PM
Hi,

Ad agency is running a couple of overlay ad campaigns 728x90 but the ads do not show in full when expanded. It falls behind the navbar and cuts off as you will see attached. The ad is suppose to go over the nav area when expanded.

Any suggestions? :o The ad sits on the <div class="header_ad">

Micha
04-15-2010, 12:59 PM
It's possible that #header or some other containing div which holds header_ad have overflow:hidden; property.

berto
04-15-2010, 01:21 PM
Yes .header_image has overflow:hidden;

Will try remove it and give .header_image a height see if that works.