You will not need ADxMenu.htc but you will need to alter the Typoscript to include the new path locations to the ADxMenu.css, ADxMenu.js and ie6.css like this.
Greg
----
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington
# Setting up 'page' to be the default PAGE object (type=0)
#######################################
page = PAGE
page.typeNum = 0
page.meta.description.field = description
page.meta.keywords.field = keywords
config.xhtml_cleaning = all
config.disablePrefixComment = 1
config.pageTitleFirst = 1
config.headerComment =
page.includeCSS {
file1 = fileadmin/templates/zwire/css/layout.css
file2 = fileadmin/templates/zwire/css/ADxMenu.css
}
page.headerData.10 = TEXT
page.headerData.10.value (
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "/fileadmin/templates/zwire/css/ie6.css";
</style>
<script type="text/javascript" src="/fileadmin/templates/zwire/scripts/ADxMenu.js"></script>
<![endif]-->
)
page.bodyTag = <body class="adxmenu">
page.1 = TEMPLATE
page.1.marks.PAGE_UID = TEXT
page.1.marks.PAGE_UID.field = uid
page.1 ...
#######################################
page = PAGE
page.typeNum = 0
page.meta.description.field = description
page.meta.keywords.field = keywords
config.xhtml_cleaning = all
config.disablePrefixComment = 1
config.pageTitleFirst = 1
config.headerComment =
page.includeCSS {
file1 = fileadmin/templates/zwire/css/layout.css
file2 = fileadmin/templates/zwire/css/ADxMenu.css
}
page.headerData.10 = TEXT
page.headerData.10.value (
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "/fileadmin/templates/zwire/css/ie6.css";
</style>
<script type="text/javascript" src="/fileadmin/templates/zwire/scripts/ADxMenu.js"></script>
<![endif]-->
)
page.bodyTag = <body class="adxmenu">
page.1 = TEMPLATE
page.1.marks.PAGE_UID = TEXT
page.1.marks.PAGE_UID.field = uid
page.1 ...
Greg
----
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington