الغيور المدير العام
عدد المساهمات : 232 تاريخ التسجيل : 13/08/2009 العمر : 32 الموقع : العراق الحبيب
| موضوع: كودCss لوضع خلفيه مشعه علي جميع روابط المنتدي الإثنين سبتمبر 07, 2009 10:30 am | |
| - الكود:
-
[table cellSpacing=1 cellPadding=0 align=center border=0][tr][td][/td][/tr] [tr][td class=code]/* Links-----------------------------------------------------*/a:link{ background-color: #FFDAEC; background-image: url("ضع هنا رابط صورة الخلفية"); text-decoration: none; } a:visited{ background-color: #FFDAEC; background-image: url("ضع هنا رابط الصورة الخلفية"); text-decoration: none; } a:active{ background-color: #FFDAEC; background-image: url("ضع هنا رابط الصورة اخلفية"); text-decoration: underline; } a:hover{ color: #d31141; text-decoration: none; } a.forumtitle { color: #892436; font-family: Trebuchet MS,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif; font-size: 1.1em; font-weight: bold; text-decoration: none; } a.forumtitle:hover { color: #d31141; text-decoration: underline; } a.forumtitle:active { color: #892436; } a.topictitle { font-family: Arabic Transparent; font-size: 1.1em; font-weight: bold; color: #892436; text-decoration: none; } a.topictitle:hover { background-color: #FFDAEC; background-image: url("ضع هنا رابط الصورة الخلفية"); text-decoration: underline; } a.topictitle:active { color: #892436; } [/td][/tr][/table] | |
|