
專門寫給 Windows Phone7 的裝置用的語法, 要用下述語法包起來:
<!--[if IEMobile]>
<p>這邊的內容只有在 Windows Phone 7 的 IE Mobile 會呈現出來</p>
<![endif]—>
<![if !IEMobile]>
<p>All other browsers</p>
<![endif]>
將 一般CSS 與 手機版CSS 混合的狀況, 要如何對 "特定寬度" 處理?
<!—Mobile -->
<link rel="stylesheet" type="t...