Posted in Javascript onJanuary 08, 2007
<head> <script language=javascript> <!-- if (screen.width == 800) { document.write('<link rel=stylesheet type="text/css" href="css800.css">') } else {document.write('<link rel=stylesheet type="text/css" href="css1024.css">')} //--> </script> </head>
根据分辩率调用不同的CSS.
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@