If by block of text you simply mean the menu contents showing up briefly as an unstyled list of menu links, this is because the external files associated with the menu are currently not loaded in the HEAD section of your page as they should be:
Code:
<link rel="stylesheet" type="text/css" href="ddsmoothmenu.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="ddsmoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
You need to find a way in Wordpress to load the above code snippet in the HEAD section of your page. If you view source on your current page, you'll see it appears midway in the BODY section instead.
Bookmarks