كود css لوضع خلفية لأسماء الأعضاء في كل مكان من المنتدى
حاولت كثيرا ان تظهر الخلفية لاعضاء في كل مكان
و النتيجة كالتالي :
اسماء الاعضاء سيكون لها خلفية في كل مكان ماعدا المتواجدون الآن و خلال 24 ساعة
فقط المدير و المشرف ستظهر له الخلفية في المتواجدون الآن
الكود

الرمز:
/*----------------start by:arbchamel-----------------------*/
strong a{
text-decoration:none;
border:1px dashed #FFA34F;
background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
}
a.copyright
{
border:0;
background:none;
}
a.name {
text-decoration:none;
border:1px dashed #FFA34F;
background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
}
a.coloradmin{
text-decoration:none;
border:1px dashed #FFA34F;
background: url(http://psd.phishing-site.www/img/gilter/1138289082_wed5.gif);
}
/*---------------------end by :arbchamel--------------------------*/