Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   Troubleshooting (http://www.udm4.com/forum/forumdisplay.php?f=12)
-   -   noscript stylesheet Generation Not Working??? (http://www.udm4.com/forum/showthread.php?t=2992)

equilter 10-28-2008 09:01 PM

noscript stylesheet Generation Not Working???
 
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

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


All times are GMT. The time now is 02:40 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.