Page 1 of 1

[solved] align menu drop??

Posted: Fri Aug 24, 2007 8:28 am
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

Re: align menu drop??

Posted: Fri Aug 24, 2007 8:59 am
by RonnyK
Do you have a link, and stylesheet to check.

Ronny

Re: align menu drop??

Posted: Fri Aug 24, 2007 7:49 pm
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...