Can anyone tell me how to change the name of an on-page CSS style using a 'query string' on the end of a URL. This is the CSS that's in the <HEAD> of each page. <style type="text/css"> #link1 { background-color: #D7EBB0; } </style> I need to change ID name '#link1' to '#link2', '#link3' etc. Any ideas? Jim
but what if he has only .html variant? Without server side? p.s. true, it's underliable way? but maybe somebody is a maniac
In that case it would be advisable to use the document.styleSheets collection and write separate stylesheets. (Crude) example here: http://penagate.com/misc/stylesheet-switcher/stylesheet-switcher.xhtml