View Single Post
Unread 10-28-2008, 09:01 PM
equilter equilter is offline
Junior Member
Join Date: Oct 2008
Posts: 9
  #1  
Default 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

Last edited by equilter : 04-28-2011 at 06:05 AM.
Reply With Quote