Posted by Jedi Fans on 01/12/40 11:28
Stuart wrote:
> It is possible - something like the following works :
> <link rel="stylesheet" href="style1.css" id="stylesheet">
> <script type="text/javascript">
> function changeStyle() {
> document.getElementById('stylesheet').href = 'style2.css';
> }
> </script>
> <input type="button" onclick="changeStyle();"/>
> Works in both IE6 & FF - not sure if there's a better way, though?
http://www.alistapart.com/articles/alternate/
--
Signature In Transit
Navigation:
[Reply to this message]
|