WinSCPのエラー回避法

dev No Comments »

パスワードを入力後、

Error skipping startup message. Your shell is probably incompatible with the application (BASH is recommended).
Connection has been unexpectedly closed. Server sent command exit status 0.

というメッセージ。
ProtocolをSCPからSFTPに変えると繋がった。よかった。

IE7をhackする -CSS hackの話-

css No Comments »
/* [1] for ie6 */
div#hoge {
color:#f00;
}

/* [2] for fx and safari and opera and... */
html[xmlns] div#hoge {
color:#0f0;
}

/* [3] for ie7 */
*:first-child+html div#hoge {
color:#00f;
}

[2]を効かすにはhtmlタグに要xmlns属性。

Powered by WordPress | WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS ログイン