954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Mutiple style sheets

Hi, I trying to use one of two style sheets depending on screen size but it is not working. Here is the code:

<script type="text/javascript">
if(screen.width>= 900){
	document.write('<link href="main.css" rel="stylesheet" type="text/css" />');
}else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />');
}
</script>

It disables the style sheets altogether. Not sure why.
Any suggestions?
Thanks

phpDave
Junior Poster
154 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

Solved

phpDave
Junior Poster
154 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You