参考サイト ↓
ただし、情報が古く、@media screen を使わず、java script を使用している。
ひゅーまにあサイトでは、@media を使い、ジャバスクリプトは不使用。
ーーーー
HTML (フッターに記載)← フッター中央 「テキストウィジェット」(サイトマップ下)
——-
<div class=”fix_menu_smartphone”>
<a href = “tel:0120504640″><img src= “☓☓☓.Jpg” alt = “電話お問い合わせ”/></a>
</div>
=====
CSS
=====
/*フッターの固定電話番号のcss*/
@media screen and (min-width:400px) {.fix_menu_smartphone {display:none}}
.fix_menu_smartphone{
position: fixed;
bottom: 0px;
left: 0px;
z-index: 10000;
}
.fix_menu_smartphone img{
width:100%;
}