
Hi,
Firstly let me say congratulations on creating a great template.
However, here are two things that I believe need addressing:
1. Suckerfish sub-menus need to align with the parent
2. Separation of parent menu items in ie needs fixing:
I was able to do this by modifying the ie7.css file with:
/* Primary menu */
#navlinks ul li.expanded {
margin-right: 1px;
}
#navlinks ul li.expanded a {
margin-right: 2px;
}
Comments
Comment #1
florian commented1. This is by design. I preferred this aproach to have consistency between static and suckerfish menu.
2. The space between menu elements is the same across browsers. If you want to increase it, ad this line in _custom_style.css:
The above line originates from style.css.
Comment #2
eezz commentedHi, thanks for that.
In ie7 with the suckerfish menu enabled and some child items added the space between the tabs is removed. (strangely, the ones that have the expanded class applied)
Also, regarding point 1... I think there must be a neater way of aligning the dropdowns other than -100px.
Cheers, eezz
Comment #3
agent.ike commentedHello,
congratulations from me too for this great theme. The alignment of the dropdowns as mentioned above is exactly the problem I have. Since my First Level Buttons are not the same width the dropdown is either too far left or too far right from compared to first level. Is there a solution for this problem yet?
Best Regards
christian
Comment #4
UDG commentedIs there a way to have all the Primary Links of equal size, independently of the title on each? I hope to solve the "alignment problem" this way. Thank You.
Comment #5
florian commented