フリー素材|囲み枠、飾り枠-18

薔薇の囲み枠、飾り枠

frame18-a
a~cのhtmlとcssは共通
画像は使用するものを保存してください
▼html/css/img▼
html
<div class="box18">
<div class="box-top">
<div class="u01"></div>
</div>
<div class="box-center">
<div class="box-inner">
ここに文字
</div>
</div>
<div class="box-bottom">
<div class="s01"></div>
</div>
</div>
css
.box18 {
margin:1em 0; /* 中央寄せは0をautoに変更 */
width:80% /* 幅 149+58の倍数pxにすると綺麗におさまります */
}
.u01 {
background:url(f-ue.gif) repeat-x;
height:77px;
margin:0 75px 0 74px
}
.s01 {
background:url(f-sita.gif) repeat-x;
height:76px;
margin:0 75px 0 74px
}
.box-top {
background-image:url(f-kado1.gif), url(f-kado2.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:77px
}
.box-center {
background-image:url(f-migi.gif), url(f-hidari.gif);
background-position:top right, top left;
background-repeat:repeat-y, repeat-y
}
.box-inner {
background:#fff;
margin:0 75px 0 74px
}
.box-bottom {
background-image:url(f-kado3.gif), url(f-kado4.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:76px
}
image

【frame18-a】

【frame18-b】

【frame18-c】

× close

frame18-b
frame18-c

frame18-d
d~fのhtmlとcssは共通
画像は使用するものを保存してください
▼html/css/img▼
html
<div class="box18">
<div class="box-top">
<div class="u01"></div>
</div>
<div class="box-center">
<div class="box-inner">
ここに文字
</div>
</div>
<div class="box-bottom">
<div class="s01"></div>
</div>
</div>
css
.box18 {
margin:1em 0; /* 中央寄せは0をautoに変更 */
width:80% /* 幅 141+58の倍数pxにすると綺麗におさまります */
}
.u01 {
background:url(f-ue.gif) repeat-x;
height:77px;
margin:0 71px 0 70px
}
.s01 {
background:url(f-sita.gif) repeat-x;
height:76px;
margin:0 71px 0 70px
}
.box-top {
background-image:url(f-kado1.gif), url(f-kado2.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:77px
}
.box-center {
background-image:url(f-migi.gif), url(f-hidari.gif);
background-position:top right, top left;
background-repeat:repeat-y, repeat-y
}
.box-inner {
background:#fff;
margin:0 71px 0 70px;
padding:10px
}
.box-bottom {
background-image:url(f-kado3.gif), url(f-kado4.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:76px
}
image

【frame18-d】

【frame18-e】

【frame18-f】
× close

frame18-e
frame18-f