|
User Details |
message
|
|
Mark Trustrup
post date:
2011-09-07 15:53:05
|
Hi.
I've just installed the plug-in for Dreamweaver and tried to insert a menu into my .html document.
The menu seems to come in as its supposed to but it looks like a normal list <ul> with no CSS formatting on it whatsoever.
Also Dreamweaver shows flexi_css_menus_touch_devices.css and CSSMenu_top_menu.css but when I click on them it says that they cannot be found, and no files are generated in my site-root.
What is wrong here?
Thanks in advance.
Best regards,
Mark
|
|
|
Mark Trustrup
post date:
2011-09-07 15:54:07
|
This is added in my head, and to me it looks extremely weird:
<script type="text/javascript" src="../../../../../../../../../includes/FlexiCSSMenus/flexi_css_menus_touch_devices.js"></script>
<link href="../../../../../../../../../includes/FlexiCSSMenus/CSSMenu_top_menu.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]><link href="../../../../../../../../../includes/FlexiCSSMenus/CSSMenu_top_menu_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
|
|
|
Mark Trustrup
post date:
2011-09-07 16:03:41
|
Problem seems to be solved.
It generates and stores the files according to the active Site within Dw, and NOT according to the the actual .html in which the menu is added, is located.
Not exactly logic, but now it seems to work as its supposed to.
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-09-08 04:54:08
|
Hello,
The extra "../" is caused usually when you are working in a page which is not included in a predefined Dreamweaver site. Usually the problem with the bad paths appears when the extension doesn't find the root folder of the site correctly and this happens when you are editing a file that is not part of a site.
Regards,
Elena Tepardea
|
|