My Drop Down Menus work find using the default:
Code:
<script type="text/javascript"
src="/udm-resources/udm-style.js"></script>
within my <head> section.
But when I use the CSS Generator, and paste the generated code into udm-style.css, and replace:
Code:
<script type="text/javascript"
src="/udm-resources/udm-style.js"></script>
with:
Code:
<link rel="stylesheet" type="text/css"
href="/udm-resources/udm-style.css"
media="screen,projection" />
or:
Code:
<link rel="stylesheet" type="text/css"
href="/udm-resources/udm-style.css"
media="screen,projection" />
The resulting page displays as though no javascript were present, just the text based list??? What am I missing???
I'm using IE6, and javascript, css and styles are enabled.
________
Jean todt