Active
Project:
Arthemia
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2010 at 08:37 UTC
Updated:
12 Jul 2010 at 17:15 UTC
I need some help with the theming of Prinary Links. Next-level menu comes right up on top and not next to their menu, refer to Attachments
| Comment | File | Size | Author |
|---|---|---|---|
| arthemia_primary-link_1.png | 14.73 KB | Ole Martin |
Comments
Comment #1
naheemsays commentedHave you changed the theming code? Ypu probably need to make sure the sub menus have "position:relative" in their css declarations.
Comment #2
Ole Martin commentedNo, I have not changed anything in the Css file. I did not find anything about the sub-menu in the CSS file, but I found # menu-bar li and inserted: position: relative there. It works fine.
How can I get more levels on the menu?
Comment #3
mtrahan commentedAdding "position: relative" in the CSS file worked for me aswell -- thank you!