Hi all,
Am new to XML and have made some XML pages with a DTD and some XSL stylesheets. Am using Stylus studio development environment and when validating the XML for 2 of my XML pages (about.xml, contact.xml) it says it is valid however the other page (catalogue.xml) is displaying errors. Also...
Well that's how I've got it at the moment, the JS is in the head section and the html in the body and its not doing anything. I don't know why this is, as I don't have a great deal of experience with JS. Can you see any reason for this in the script?
Cheers,
Simon.
Well,
I'd rather have the "Links" and "SubLinks" Div and the <A href="about.htm" onmouseover="displayLinks(0)"> section in the body tag for layout and consistency purposes.
Any ideas?
Simon.
Hi all,
I'm trying to use JavaScript to display the sub-menu on mouse over using the following script:
<script type="text/javascript">
var sublinks = new Array();
// links for about section
sublinks[0] = new Array();
sublinks[0][0] = { href: 'about.htm', innerHTML: 'About the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.