[SOLVED] Drop-down Menu goes under Ad Banner

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
cweese
Forum Members
Forum Members
Posts: 39
Joined: Sat Dec 08, 2007 8:35 pm

[SOLVED] Drop-down Menu goes under Ad Banner

Post by cweese »

Hello, am hoping to get help with a problem. On the home page on this site:

http://www.sportponymagazine.com

I have an ad banner which is served by DoubleClick for Publishers. I tried using the CMSMS banner module, but can't even define categories for it without getting some kind of database error. However, with the DoubleClick, it's now showing up over top of my drop-down menu (basic CMSMS menu module). Does anyone know how to fix this?
Last edited by cweese on Mon Aug 16, 2010 9:07 pm, edited 1 time in total.
cweese
Forum Members
Forum Members
Posts: 39
Joined: Sat Dec 08, 2007 8:35 pm

Re: Drop-down Menu goes under Ad Banner

Post by cweese »

Well for once we had a simple solution! I just added the following properties to my menu_horiz div:

#menu_horiz {
  margin-left: 1px;
  margin-right: 1px;
  position:relative;
  z-index:99;
}

Position:relative and z-index:99.
Post Reply

Return to “Layout and Design (CSS & HTML)”