Quote:
Originally Posted by angele803
An example of your problem is here:
"<li><a href="#" class="MenuBarItemSubmenu">Categories</a>"
Either delete the "#" or delete the link all together.
Any place you have the "#" as the href value, it will add the "#" sign to the end of the current link when you click on it.
|
I've tried both deleting the number sign and the link all together and both did not work. What's strange is that I added links out to google to these:
<ul>
<li><a href="#">exampleOne.com</a> </li>
<li><a href="#">exampleTwo.com</a></li>
<li><a href="#">exampleThree.com</a></li>
</ul>
and they link out fine and when I hit the back button to go to my index.htm preview and try another google link it works. But the second I hit any of the spry links, all links that I click on afterward stop working.
__________________
Cheers,
Rickey
|