PDA

View Full Version : noscript stylesheet Generation Not Working???


equilter
10-28-2008, 09:01 PM
My Drop Down Menus work find using the default:
<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:
<script type="text/javascript"
src="/udm-resources/udm-style.js"></script>

with:

<link rel="stylesheet" type="text/css"
href="/udm-resources/udm-style.css"
media="screen,projection" />

or:

<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 (http://www.ferrari-wiki.com/wiki/Jean_Todt)

Admin
10-29-2008, 01:47 PM
Can you post a link to your site / dev site?

My gut instinct is that there is a path issue somewhere, but not sure on that.

You may want to check out these links:

http://www.udm4.com/manual/final/noscript/
http://www.udm4.com/manual/depth/generator/

Admin