CSSでWarningメッセージの表示実装 一例

2009/09/03 14:50Update
TAGS: CSS | alert | warning | メッセージ

CSSを利用したWarningメッセージの実装例。

■CSSコード
.alert {
    background: #fff6bf url(bioneural/exclamation.png) center no-repeat; /* 画像 */
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}


■HTMLコード
<p class="alert">Warningメッセージはここに記述します</p>


■表示例

有关作者
Syboos.jp編集長システム設計や開発、保守運営などを行ってます。オープンソース技術に興味があります。

Sponsored Link


Comments

用户名 (required)

Email (will not be published) (required)

URL

Evaluation