drop down menu help

  • Thread starter Thread starter Guest
  • Start date Start date
You page link does not have any signs of adding the CSS or DHTML (js) required for that article
- for example there is no link to the required js file like:
<script language="javascript" src="menu.js"></script>

Post a link to the test page where you have tried it and explain what your specific problem is

Start by removing all spaces from all file and folder names in your site
- will break links and cause any scripted links to fail

Also remove all spaces from your DWT template file name and editable region names
(change: content area to: content_area)
That's also what causes the link to the DWT at:
templates/siteTemplate testpage4mostcurrent.dwt
which also is not found on your site to become:
templates/siteTemplate%20testpage4mostcurrent.dwt

--




| on my site www.motoruser.com i want to change the navbar along the top to a
| drop down version i created using msdn technical article:
| http://msdn.microsoft.com/library/e...iceFrontPageCreateDropDownMenu.asp?frame=true
| this works great as a stand alone file (3 actually, htm,js.css) but i cannot
| seem to intergrate it into my dynamic web template, any ideas?
 
Back
Top