View Single Post
  #8  
Old 09-09-2007, 08:19 AM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

Default Re: 4 Level SEO friendly Flyout Menus - 4.1.x compatible

A snippet of my page source... Note the absence of level 2+

Code:
<tr><td><ul id="navmenu"> <li><a href="home.php?cat=506">Clearance</a> </li> <li><a href="home.php?cat=594"><b id="floatingBold">></b>Computer Components</a> <ul> </ul> </li> <li><a href="home.php?cat=438"><b id="floatingBold">></b>Alarm Clocks</a> <ul> </ul> </li> <li><a href="home.php?cat=445"><b id="floatingBold">></b>Audio / Video</a> <ul> </ul> </li> <li><a href="home.php?cat=426"><b id="floatingBold">></b>Cameras</a> <ul> </ul> </li> </ul>

I have done and redone the methods in this thread.... The best I can get is a goodlooking css menu that does not work any better than what was there
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote