2012-10-04, 02:08:40
humm not sure it can be done effectively in css as i don't know if it would break always in the right spot. You would have to have a class for each menu item and change the width so i looked right still just as much work as creating a menu manually and doing the breaks how you want them. Sounds like you need a function to take the menu items and based on certain number for characters put a <br /> in the text.
Will you have a drop down for each?
Would you be apposed to a static menu that was in a component?
You could make the list manually and have all the links done and <br /> where you need it to. Then style it how you want if you want to use a component.
Meh sorry not much help but trying to brainstorm on how you could do it with out wasting a life time figuring out php functions and i18n code.
Will you have a drop down for each?
Would you be apposed to a static menu that was in a component?
You could make the list manually and have all the links done and <br /> where you need it to. Then style it how you want if you want to use a component.
Meh sorry not much help but trying to brainstorm on how you could do it with out wasting a life time figuring out php functions and i18n code.
Keeping it simple means making progress!!