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.
8 lines
277 B
8 lines
277 B
$(function(){
|
|
//IE8以下に対して角丸やシャドウを適用したいクラスを記述
|
|
$('.detail_text01,.list_txt01,.container,.btn_m,.app_download_box').each(function()
|
|
{
|
|
PIE.attach(this);
|
|
$(this).css("position","relative");
|
|
});
|
|
});
|