[solved] align menu drop??

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"
Locked
namn

[solved] align menu drop??

Post by namn »

The problem was solved
Hi everyone!
I am new with CMSmadesimple, i got a problem with the menu drop and after looking around here i still couldnt solve it so I post this topic and hope you guys can help me work it out

The problem is the child menu drop is aligned at the middle and I want it to be aligned to the left

This only happens in IE, it is ok in Firefox, so I guess the problem is about stylesheet some where I dont know.

Thank you

PS: Sorry about my English
Last edited by namn on Sat Aug 25, 2007 8:49 am, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: align menu drop??

Post by RonnyK »

Do you have a link, and stylesheet to check.

Ronny
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: align menu drop??

Post by Dr.CSS »

The only thing that jumps out is this...

#primary-nav ul {
  position: absolute;
  top: auto;
  display: none;
  height: 41px;  delete this
}

The primary-nav is an ul the very top one, so what you are targeting is the ul after it, the list that drops down when hovering Products...
Locked

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