[support] Navigation Feature

Anand Singh ananditcrs at gmail.com
Thu Dec 1 15:58:13 UTC 2011


Yes i think you can do through superfish and lets theme it differently.

try to play with this function in template.php while constructing the link
items.
function theme_menu_item_link($link) {
$image_menu_path  = path_to_theme().'/images1/'.$classname . '.jpg';
$link['localized_options'] = array('html'=>TRUE,'attributes'
=>array('class'=>$classname));
$link['title'] = '<span id="someid">'.check_plain($link['title']).'</span>';
return l($link['title'], $link['href'], $link['localized_options']);
}

off course you need to check and correct the typo mistakes and further
modify it as your needs.

hope this helps.

Thank you,
Anand


On Sat, Nov 26, 2011 at 9:28 AM, Lynn Stott (Stott Design) <
lynn at stottdesign.com> wrote:

> Hello,
>
> Does anyone know of a module that will allow for a <span> in the primary
> navigation so that two lines of text can be included for a link.
>
> Here's an example: http://www.planplusonline.com/pricing_overview (see
> the dropdown links for "Training" and "Support")
>
> Thanks,
> Lynn Stott
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20111201/b76620f4/attachment.html 


More information about the support mailing list