根据分辩率调用不同的CSS.

 更新时间:2007年01月08日 00:00:00   作者:  
复制代码 代码如下:

<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>

相关文章

最新评论