背景付丸コーナーボックスを表示するCSS

[PR]さくらのレンタルサーバ ライト
下の画像のような背景画像のある丸コーナーのボックスを表示させるCSSが紹介されています。



設置方法は以下のとおり。

まずは、CSSに以下のコードを記述します。

/*TeachMeJoomla'sツ flexible rounded corners module CSS*/
ツ/*image setup */
ツdiv.module-green, div.module-green div{
ツbackground:ツ url('images/rounded_green.jpg');ツ /* 背景に使う画像 */
ツ}
ツ/*replaced with TeachMeJoomla's single image technique*/
ツ div.module-green
ツ{
ツpadding: 0px 0px 0px 0px;
ツmargin:0px 0px 0px 0px;
ツbackground-repeat:no-repeat;
ツbackground-position:bottom left;
ツheight:1%;
ツwidth:auto;
ツ}
ツ div.module-green div
ツ
ツ{
ツmargin:0px 0px 0px 13px;
ツbackground-repeat:no-repeat;
ツbackground-position: bottom right;
ツpadding: 0px 0px 13px 0px;
ツwidth:auto;
ツ}
ツdiv.module-green div div
ツ{
ツツ background-position: top right;
ツツツツ margin: 0px 0px 0px 0px;
ツツツツ padding: 0px 0px 0px 0px;
ツ}
ツdiv.module-green div div div
ツ{
ツツ margin:0px 13px 0px -13px;
ツツ background-position: top left;
ツツ padding: 13px 0px 0px 13px;
ツ}
ツ/*reset nested divs*/
ツ div.module-green div div div div
ツ{
ツpadding:0px 0px 0px 0px;
ツmargin:0px 0px 0px 0px;
ツツ background:none;
ツツツツ background-image: none;
ツツツツ background-position: top left;
ツツツツ background-repeat: repeat;
ツツツツ background-color: transparent;
ツツツツ width:100%;
ツ}



そして、HTMLでは以下のように記述すればOKです。

<div class="module-green">
ツツツツツツ <div>
ツツツツツツツツ <div>
ツツツツツツツツツツ <div>
ツツツツツツツツツツ <p>
ツツツツツツツツツツ Look! I'm a flexible rounded corners box
ツwith 1 single background image!
ツツツツツツツツツツ here's more HTML
ツツツツツツツツツツ </p>
ツツツツツツツツツツ <ul>
ツツツツツツツツツツツツ <li>item</li>
ツツツツツツツツツツツツ <li>item</li>
ツツツツツツツツツツツツ <li>item</li>
ツツツツツツツツツツツツ <li>item</li>
ツツツツツツツツツツ </ul>ツツツツツツツツツ
ツツツツツツツツツツ </div>
ツツツツツツツツ </div>
ツツツツツツ </div>
ツ</div>



主要ブラウザ(IE6, IE7, Firefox, Opera)で動作を確認できているとのことです。また、確認していませんが、モジュールにも設定できるようです。

 

私も使ってますBBexcite光ブロードバンド

Joomlaなサイト