16-09-2007, 12:15
|
מנהל פורום מילואים (במיל.)
|
|
חבר מתאריך: 21.08.06
הודעות: 4,003
|
|
פתרון נוסף, המבוסס על CSS בלבד
הכנס לגליון העיצוב הרלוונטי את הקוד הבא:
ציטוט:
/* Mozilla ignores crazy MS image filters, so it will skip the following */
//filter:progid:DXImageTransform.Microsoft.AlphaImag eLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.element[class]{
background: url(images/chapela.png) no-repeat center center;
}
|
כמובן שיש צורך לשנות את שם תמונת הרקע ומיקומה בהתאם לזו שברצונך להשתמש בה, ולהגדיר את ה-class של תגית ה-DIV הספציפית שבה ישמש הרקע כך: <div class="element">
קישור למקור הקוד
|