Yes i think you can do through superfish and lets theme it differently.<div><br>try to play with this function in template.php while constructing the link items.</div><div>function theme_menu_item_link($link) {</div><div><div>
$image_menu_path  = path_to_theme().&#39;/images1/&#39;.$classname . &#39;.jpg&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>$link[&#39;localized_options&#39;] = array(&#39;html&#39;=&gt;TRUE,&#39;attributes&#39; =&gt;array(&#39;class&#39;=&gt;$classname));</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>$link[&#39;title&#39;] = &#39;&lt;span id=&quot;someid&quot;&gt;&#39;.check_plain($link[&#39;title&#39;]).&#39;&lt;/span&gt;&#39;;</div></div><div>return l($link[&#39;title&#39;], $link[&#39;href&#39;], $link[&#39;localized_options&#39;]);</div>
<div>}</div><div><br></div><div>off course you need to check and correct the typo mistakes and further modify it as your needs.</div><div><br></div><div>hope this helps.</div><div><br></div><div>Thank you,</div><div>Anand</div>
<div><br></div><div><br><div class="gmail_quote">On Sat, Nov 26, 2011 at 9:28 AM, Lynn Stott (Stott Design) <span dir="ltr">&lt;<a href="mailto:lynn@stottdesign.com">lynn@stottdesign.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word">Hello,<div><br></div><div>Does anyone know of a module that will allow for a &lt;span&gt; in the primary navigation so that two lines of text can be included for a link. </div><div><br></div>
<div>Here&#39;s an example: <a href="http://www.planplusonline.com/pricing_overview" target="_blank">http://www.planplusonline.com/pricing_overview</a> (see the dropdown links for &quot;Training&quot; and &quot;Support&quot;)</div>
<div><br><div>
<div style="word-wrap:break-word"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:&#39;Century Gothic&#39;;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div style="word-wrap:break-word">
<span style="font-size:13px">Thanks,</span><br style="font-size:13px"><font color="#888888"><span style="font-size:13px">Lynn Stott</span><span style="font-size:13px"><br></span></font></div></span></div></span></div></span></div>
</span></div></span></div></span></div></span></div></div></div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>