18591 Posts in 4875 Topics by 2285 members
General Questions
SilverStripe Forums » General Questions » Including a picture in a menu
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 851 Views |
-
Including a picture in a menu

14 August 2009 at 2:17am Last edited: 14 August 2009 2:19am
Hi. I'm modifying blackcandy's SideBar menu and was trying to add a picture in the list, like so:
<div id="Sidebar" class="typography">
<div class="sidebarBox"><ul id="Menu2">
<% control Menu(2) %>
<% if Children %>
<li class="$LinkingMode"><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMoode levela"><span><em><img src="../../images/boxorange.gif" />$MenuTitle.XML</em></span></a>
<% else %>
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode levela"><span><em><img src="../../images/boxorange.gif" />$MenuTitle.XML</em></span></a>
<% end_if %></li>
<% end_control %>
</ul>
<div class="clear"></div>
</div>
<div class="sidebarBottom"></div>
</div>If I put an alt in it shows the alt, but it doesn't ever show the image. Am I doing something wrong?
Thanks -
Re: Including a picture in a menu

14 August 2009 at 12:56pm
First thing I'd try would be to replace those relative image links with root-relative ones. I strongly suspect that will fix the problem.
cheers
bruce
| 851 Views | ||
|
Page:
1
|
Go to Top |


