ラベル html の投稿を表示しています。 すべての投稿を表示
ラベル html の投稿を表示しています。 すべての投稿を表示

2009年3月23日月曜日

[html] ボタンに画像を設定する

<button type="button" onclick="location.href='../../index.html'">
<img src="http://www.blogger.com/style/img/top/html.gif" />
TOPに戻る
</button>

ーーー
http://www.newcredge.com/IT/www/html/tag/form/button-img.html

2009年3月22日日曜日

[html] ボタンの色を変える

■ボタンの色を変える
ーーー
<FORM><INPUT style="background-color:#ffb425;border-color:#fdf5e6 #fdf5e6 #ffdab9 #ffdab9;" type="button" value="送信"></FORM>
ーーー
http://4414.ld.infoseek.co.jp/makepage62.htm

2009年3月21日土曜日

[html] リダイレクトの方法

こんなかんじ。
<<meta equiv="Refresh" content="0; URL=/index.php">>

詳しくはこちら。
http://likealunatic.jp/2007/10/21_redirect.php

2008年12月10日水曜日

[html] チェックボックスのdisable



いちご

--------
http://w-d-l.net/html/tags/body/form/input/checkbox/