منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/f183.html)
-   -   مشكلة في ناف بار هيدر عند تكويد ستايل (http://vb.ma7room.com/t1352441.html)

محروم.كوم 01-22-2014 06:20 PM

مشكلة في ناف بار هيدر عند تكويد ستايل
 
<div>السلام عليكم ورحمه الله وبركاته

اخواني الاعزاء اليوم كنت بصمم ستايل منتدي وكله تمام ولكن هناط خطا بسيط في ايقونات التواصل الاجتماعي

الصورة مواضحة
وهي تعمل كويس ولكن عند مرور الماوس hover الايقونة تختفي وهي دي المشكلة الرجاء الرد في اسرع وقت واهم شئ اعرف الاخطاء بتاعي :)

http://www.traidnt.net/vb/attachment...-navheader.png

ده كود الصفحة الموجودة بها الخطا




<div style="margin:20px; margin-top:5px"> رمز Code:





Untitled Document



* {
margin:0px;
outline:0px;
padding:0px;
border:0px;
direction:rtl;
}
a {
text-decoration:none;
}
ima {
border:0px;
}
ul {
list-style-type:none;
}


#navheader {
width:100%;
height:40px;
background:#02789a;
border-top:1px solid #b6fcff;
border-bottom:1px solid #b6fcff;
}
#navheader .menu_user {
}
#navheader .menu_user ul {
float:right;
height:40px;
line-height:40px;
}
#navheader .menu_user ul li {
float:right;
font-family:Tahoma, Geneva, sans-serif;
font-size:9.5px;
font-weight:bold;
border-left:1px solid #b6fcff;
}
#navheader .menu_user ul li a {
color:#f1faff;
display:block;
padding:0 5px;
-moz-transition:all linear 0.2s;
-webkit-transition:all linear 0.2s;
transition:all linear .2s;
}
#navheader .menu_user ul li a:hover {
background:#00a8ff;
color:#04405f;
}


#navheader .social_colors {
}
#navheader .social_colors ul {
float:left;
margin-top:5px;
margin-left:10px;
height:28px;
}
#navheader .social_colors ul li {
float:right;
margin-right:5px;
border:0px;
background:#69ccff;
}
#navheader .social_colors ul li a {
display:block;
width:22px;
height:30px;
background-position:center center;
background-repeat:no-repeat;
}
#navheader .social_colors ul li a:hover {
background:#50bcf3;
}




#navheader .social_colors ul .search a {
background-image:url(img/icons/search.png);
}
#navheader .social_colors ul .facebook a {
background-image:url(img/icons/facebook.png);
}
#navheader .social_colors ul .twitter a {
background-image:url(img/icons/twitter.png);
}
#navheader .social_colors ul .youtube a {
background-image:url(img/icons/youtube.png);
}
#navheader .social_colors ul .wordpress a {
background-image:url(img/icons/wordpress.png);
}
#navheader .social_colors ul .contact a {
background-image:url(img/icons/contact.png);
}
#navheader .social_colors ul .colors a {
background-image:url(img/icons/colors.png);
}




































وجزاكم الله خيرا مقدما

الصور المرفقة http://www.traidnt.net/vb/attachment...-navheader.png


الساعة الآن 10:51 PM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227