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

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   آكواد الــ css (http://vb.ma7room.com/showthread.php?t=611604)

محروم.كوم 09-29-2011 07:40 PM

آكواد الــ css
 
السلام عليكم

كنت سابقا لما اريد تحويل الهيدر الى فلاشي انسخ الهيدر واروح للفرونت بيج
وابدل الصورة بملف الفلاش ويمشي الحال
لكن بعض الستايلات يكون الهيدر بلغة css
ولما انسخه للفرونت بيج لا تظهر الصور


وهذا هيدر مثال

رمز PHP:
الموضوع ذات صله بمعهد ترايدنت : http://www.traidnt.net/vb/traidnt1957290/#ixzz1ZM1hahAl
traidnt.net























$spacer_open

$_phpinclude_output

$ad_location
[ad_header_end]


تابعوا كيف الهيدر موزع بالــ css


رمز PHP:
الموضوع ذات صله بمعهد ترايدنت : http://www.traidnt.net/vb/traidnt1957290/#ixzz1ZM1qDRTj



traidnt.net

.h2{background-image:url('flower/h2.png');
height:288px;
background-repeat:repeat-x;
}
.
h1{background-image:url('flower/h1.png');
height:288px;
width:606px;
background-repeat:no-repeat;
float:left;
}
.
hl1{
position:absolute;
width:55px;
height:18px;
left:355px;
top:229px;
}

.
hl2{
position:absolute;
width:55px;
height:18px;
left:291px;
top:229px;

}

.
hl3{
position:absolute;
width:55px;
height:18px;
left:241px;
top:229px;

}

.
hl4{
position:absolute;
width:55px;
height:18px;
left:182px;
top:229px;

}
.
h3{background-image:url(flower/h3.png);
height:288px;
width:436px;
background-repeat:no-repeat;
float:right;
position:relative;
}

.
b2{background:url(flower/b2.png);
text-align:justify;
}
.
b1{background:url(flower/b1.png) repeat-y left;
padding-left:53px;
}
.
b3{background:url(flower/b3.png) repeat-y right;
padding-right:55px;
}



.
f2{background-image:url(flower/f2.png);
height:92px;
background-repeat:repeat-x;
}
.
f1{background-image:url(flower/f1.png);
height:92px;
width:182px;
background-repeat:no-repeat;
float:left;
position:relative;
}
.
fl1{
position:absolute;
width:94px;
height:13px;
left:91px;
top:54px;

}


.
f3{background-image:url(flower/f3.png);
height:92px;
width:450px;
background-repeat:no-repeat;
float:right;
}
.
group{zoom:1}::selection{background:#ffec7c;color:#222}::-moz-selection{background:#E3DCD6;color:#ffffff}

.forcenter{background:#DEF0EF;border-left:1px solid #E3DCD6;border-right:1px solid #E3DCD6;color:#988382;font:8pt tahoma}

.forcenter{background:#e1ffff;border-left:2px solid #b3d9d2;border-right:2px solid #b3d9d2;color:#988382;font:8pt tahoma}
.forcenter:hover{background-color:#b3d9d2;;border-left:3px solid #E3DCD6;border-right:3px solid #E3DCD6;color:#988382;font:8pt tahoma}}


بهذه الحالة كيف التعديل يكون اذا اردت تحويل الهيدر الى فلاش
باي برنامج يتم التعديل
لانه الفرونت بيج ما ينفع بعد
كيف الطريقة يا اخواني الاعزاء


الساعة الآن 07:03 AM

Powered by vBulletin® Copyright ©2000 - 2025, 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