2012-09-12から1日間の記事一覧

IE8+jQuery1.8.0でSVG/VMLベースのローディングアイコン表示プラグイン「Activity Indicator」を使うとエラーになる件

Activity Indicator http://neteye.github.com/activity-indicator.html公式のDemoページでは jQuery1.4.2が使用されてるけど(2012/09/12時点)最新の1.8.0にするとエラーになる。こけてる箇所は180行目付近の以下箇所。 var s = $('<shape>').css('behavior', 'ur</shape>…

gistのコードを貼った時に左右にmarginをつけて表示する方法

git

以下のCSSを追加する .gist { width:100%!important; margin:0 16px!important; }