how can I add text areas to my menus with Drupal ?
For example see lancelmaat.nl Menu > Contact… I would like to put some text to a submenu and edit it from backend.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you’re have the wrong approach.
Instead, make those boxes blocks, have them in a left sidebar and hide them with JS. When the menu item is hovered, show it.
It’s rather easy to achieve that using jQuery, which comes bundled with Drupal.