without seeing a link it sounds like path problems. Use firebug Net tab
to see if everything is loading
initialsbr wrote:
Also, it appears that the menu works fine on the home page but not on
any of the individual pages. Any suggestions there?
On Jan 17, 7:57 pm, initialsbr <[email protected]> wrote:
I'm really excited to use this bu the arrows aren't displaying on my
menu. Here's the code I've got in the <head>...
<link rel="stylesheet" type="text/css" media="screen" href="" />
<script type="text/_javascript_" src=""></
script>
<script type="text/_javascript_" src=""></script>
<script type="text/_javascript_" src=""></script>
<script type="text/_javascript_">
$(document).ready(function(){
$("ul.sf-menu").supersubs({
minWidth: 12,
maxWidth: 27,
extraWidth: 1,
autoArrows: true,
}).superfish();
});
</script>
Here's what I've got in the body...
<div id="menu">
<ul class="sf-menu">
<li class="current">
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/">"http://localhost:8888/claykirkland/">home</a>
</li>
<li>
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/bio/">"http://localhost:8888/claykirkland/bio/">bio</a>
<ul>
<li><a href="">musical</a></li>
<li><a href="">personal</a></li>
</ul>
</li>
<li class="current">
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/events/">"http://localhost:8888/claykirkland/events/">events</a>
</li>
<li class="current">
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/music/">"http://localhost:8888/claykirkland/music/">music</a>
</li>
<li class="current">
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/photos/">"http://localhost:8888/claykirkland/photos/">photos</a>
</li>
<li>
<a href="" class="moz-txt-link-rfc2396E" href="http://localhost:8888/claykirkland/bio/">"http://localhost:8888/claykirkland/bio/">shop</a>
<ul>
<li><a href="">checkout</a></li>
<li><a href="">menu item</a></li>
</ul>
</li>
</ul>
</div>
In the css I show that the images at...
http://localhost:8888/claykirkland/superfish/images/
I'm building this using MAMP and Wordpress on my computer. I don't get
it. Everything else works great.
Help!
|