Hi

Had a problem with the ul being shown unformated before the list got
handled by $('#mylist).listmenu();. Solved this by adding #mylist
{display:none;} in my css file and then
<script type="text/javascript">
    $(function(){
      $('#mylist').listmenu();
      $('#mylist').css("display","block");
    });
</script>


It works ok, but maybe you could consider adding this so it would be
handled automatically by listmenu.


Cheers

Reply via email to