Golding, Antony wrote:
Unfortunately I did this by using an additional style sheet that was embedded in a <noscript> tag in the <head>... <noscript><style type="text/css">@import url("noscript.css");</style></noscript>
The new CSS replaced the styles that would have been setup by the JS to make the static menu appear similar to the dropdown. However, the W3C validator reported it was invalid to embed <style> in <noscript>, so if anyone has any suggestions to get around this issue, I'd be very grateful.
Don't use noscript...switch to using DOM manipulation: have the style block there, and use JS to dynamically remove the style node (which it obviously only does when it's enabled...so when JS is off, the style block remain where it is).
If I find some time, I may even make a little demo experiment on this on splintered this weekend...
-- Patrick H. Lauke _____________________________________________________ re�dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
