Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Different CSS files for different detected screen width


dillonstars - 5:30 pm on Sep 25, 2007 (gmt 0)


I have found this code:


if (screen.width < 1024)
link = document.getElementsByTagName("link")[0];
link.href = "size800.css";

Is there a better way to do it?


Thread source:: http://www.webmasterworld.com/javascript/3459392.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com