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
[solved] align menu drop??
[solved] align menu drop??
The problem was solved
Last edited by namn on Sat Aug 25, 2007 8:49 am, edited 1 time in total.
Re: align menu drop??
Do you have a link, and stylesheet to check.
Ronny
Ronny
Re: align menu drop??
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...
#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...