アメーバTOPボタン変更タグ
アメーバTOPボタン変更タグ
#amebaBar ul{
display:none;
}
#amebaBar #barLogoTop img{
visibility : hidden ;
}
#amebaBar #barLogoTop a{
display: block;
padding:0;
margin:0;
height:画像の縦幅px;_/*画像の縦*/
background-image : url(画像のURL);
background-repeat : no-repeat ;
width:画像の横幅;_/*画像の横*/
}
#amebaBar #barLogoTop a:hover {
background-image : url(マウスがのったときの画像のURL);
background-repeat : no-repeat ;
}
display:none;
}
#amebaBar #barLogoTop img{
visibility : hidden ;
}
#amebaBar #barLogoTop a{
display: block;
padding:0;
margin:0;
height:画像の縦幅px;_/*画像の縦*/
background-image : url(画像のURL);
background-repeat : no-repeat ;
width:画像の横幅;_/*画像の横*/
}
#amebaBar #barLogoTop a:hover {
background-image : url(マウスがのったときの画像のURL);
background-repeat : no-repeat ;
}
赤→画像の縦幅
青→画像のURL
ピンク→画像の横幅
※黒・紫文字のところは
いらない場合、なくてもOKです!
こめんとぷりーず・ω・
こめ欄変更タグ
こめ欄変更タグ
#comment_show input#commentbutton{
width: 230px;/*画像の横*/
height:100px;/*画像の縦*/
background:url(画像のURL);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
text-indent: -9999px;
}
#comment_show,
#comment_module form ul,
#comment_module form li,
#comment_module li.lastItem{
width:230px;/*画像の幅*/
}
#comment_show {
border:none;
}
#comment_show h4,
#comment_show p {
display:none;
}
ピンク→画像の横幅
赤→画像の縦幅
青→こめ欄にしたい画像のURL

