2009-05-23から1日間の記事一覧

IEのFilter、waveを使って立体的に

CSS

FilterはIEだけみたいなので、HTAなどで使えばよろしーのではないかと。 <style type="text/css"> input.btn { color : #000; font : bold 15px; background: #0ff; border : none; filter : wave(freq=1 lightstrength=50 phase=0); } </style> <body> <input class=btn type=button value=BUTTON hidefocus=true> </body>freqは波の数で、lightstrengthが光の強さ…