I have of course tried uuploading the files to my go daddy site under html
But they're not html. They need to be uploaded as the files that they are, .js or .css respectively.
With something like AnyLink JS Drop Down Menu v2.3 it might be best to get a local version working first. Using a text only editor like NotePad, make up an html file using the step by step instructions. Use this blank page to start:
HTML Code:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Put the head stuff here -->
</head>
<body>
<!-- Put the body stuff here -->
</body>
</html>
Put the head stuff in the head and the body stuff in the body. Don't try to modify anything yet. Put it in a folder by itself. Call it test.html. Then download the .js and .css files and put them in the same folder. Then view the html file in the browser, not in some editor.
If that works out, then you can modify the menucontents.js file, again - use a text only editor.
Bookmarks