source for sakino.kelbie.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
277 B

  1. $(function(){
  2. //IE8以下に対して角丸やシャドウを適用したいクラスを記述
  3. $('.detail_text01,.list_txt01,.container,.btn_m,.app_download_box').each(function()
  4. {
  5. PIE.attach(this);
  6. $(this).css("position","relative");
  7. });
  8. });