Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have made this site in Umbraco 3: http://aluline.dk.web15.123test.dk/ Now I'm building a new site in Umbraco 4RC2 and wants to use the same navigation structure. I've copied all templates, css, macros and made the necessery changes - but nothing happens. I am a Umbraco-newbie so bare with me :) I guess the problem lies in the XSLT-file: [code] ]> version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" xmlns:umbraco.library="urn:umbraco.library" exclude-result-prefixes="msxml umbraco.library">
<script type="text/javascript"><br /> <br /> <xsl:text disable-output-escaping="yes"><!--//--><![CDATA[//><!--<br /> <br /> startList = function() {<br /> if (document.all&&document.getElementById) {<br /> navRoot = document.getElementById("listMenuRoot")<br /> for (i=0; i<navRoot.childNodes.length; i++) {<br /> node = navRoot.childNodes[i];<br /> if (node.nodeName=="LI") {<br /> node.onmouseover=function() {<br /> this.className+=" over";<br /> }<br /> node.onmouseout=function() {<br /> this.className=this.className.replace(" over", "");<br /> }<br /> }<br /> }<br /> }<br /> }<br /> window.onload=startList;<br /> <br /> //--><!]]></xsl:text><br /> </script>
By "nothing happens" I mean that the menu doesn't appear: http://havnsoehotel.dk.web15.123test.dk (should be just below the top image)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Navigation from Umbraco 3 to 4RC2
I have made this site in Umbraco 3: http://aluline.dk.web15.123test.dk/
Now I'm building a new site in Umbraco 4RC2 and wants to use the same navigation structure. I've copied all templates, css, macros and made the necessery changes - but nothing happens. I am a Umbraco-newbie so bare with me :)
I guess the problem lies in the XSLT-file:
[code]
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
[/code]
Anybody?
By "nothing happens" I mean that the menu doesn't appear: http://havnsoehotel.dk.web15.123test.dk (should be just below the top image)
is working on a reply...