Artisteer Menu > Styling > Separator not showing in browser


Author Message
Paul

Posted: 7/30/2009
Quote message 

The separator is not showing up in firefox.

Any ideas why? Cache has been cleared.

Thank you.
 
Paul

Posted: 7/30/2009
Quote message 

It shows for anonymous users but not authenticated users. Not a browser specific issue.
 
Paul

Posted: 7/30/2009
Quote message 

Problem caused by enabling
Theme developer module, which is part of the devel module. Posting on drupal.org CVS to see if they will take responsibility or if bug request is in system.
 
Paul

Posted: 7/30/2009
Quote message 

This turned out not really due to devel module.

Problem is due to Artisteer composing with missing span tag:

The separator picture between menu items disappear:

<li>
<span class="separator"/>
</li>

I don't see closing </span> tag, so I'm going to try that.

<div class=”nav”>
<div class=”l”/>
<div class=”r”/>
<ul class=”artmenu”>
<li class=”leaf first”>
<a title=”” href=http://localhost/?q=admin/build/menu/item/312/edit>
<span class=”l”/>
<span class=”r”/>
<span class=”t”>test</span>
</a>
</li>
<span class=”separator”/>
</li>
<li class=”leaf”>

As for with devel module turned on, due to no closing span tag, it gets omitted as shown by firebug:

<a title=”” href=http://localhost/?q=admin/build/menu/item/312/edit>
<span class=”l”/>
<span class=”r”/>
<span class=”t”>test</span>
</a>
</span>

Artisteer Team, please acknowledge cause (if valid) and update simple fix, thanks.

 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *