根據不一樣分辨率加載不一樣 css 樣芪表

<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>
相關文章
相關標籤/搜索