2006年12月21日

Opensky2.0


2006年12月19日

Xrea に MT導入

15行目
CGIPath http://www.xxx.com/xxx/

21行目
# StaticWebPath http://www.example.com/mt-static

27~32行目
##### MYSQL #####
ObjectDriver DBI::mysql
Database データベース名
DBUser ユーザー名
DBPassword データベースパスワード
DBHost localhost

34行目以下削除

2006年12月18日

height: expression();

height: expression(ここにJavaScript):

min-heightとmax-heightをIEで実現。

height:expression(document.body.clientHeight < 100? "100px" : document.body.clientHeight > 500? "500px" : "auto");


document.body.clientHeight < 100? "100px" ------ 100pxより小さいとき 100px
document.body.clientHeight > 500? "500px" ------ 500pxより大きいとき 500px
"auto" ------ その他 自動

2006年08月10日

Peek a boo bug

回避策:floatの親要素にwidth or height要素を指定する。

カテゴリー

アーカイブ

Mozilla Firefox ブラウザ無料ダウンロード