I have absolutely no idea why this isn't working, so I'll just show you the code:
<div class="banner"><p>
<ul class="lavaLampWithImage" id="1">
<li class="current"> <a href="index.php">Home</a></li> <li><a href="page.php">Page</a></li> <li><a href="page.php">Page</a></li> </ul></p></div>
I had been following the tutorial on this website (http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/?cp=50#comment-173209) in order to build a "lavalamp" menu. I'm simply running this on my server without having downloaded any "plugins" (I'm not even sure what they are) or installing any files.
Any suggestions on how to fix this?