目前分類:CSS (2)
- Nov 12 Wed 2008 14:06
跨瀏覽器的CSS固定定位
- Oct 18 Sat 2008 02:14
[Code] if 判斷IE版本寫法
基本款
<!--[if lte IE 6]>
<![endif]-->
解釋語句如下:
gt = selects greater than(高於)
lt = selects less than(低於)
gte = selects greater than or equal to(>=)
lte = selects less than or equal to(<=)
! = selects everything except what directly follows the "!"(選擇所有,除了!)