عرض مشاركة واحدة
قديم 17/09/2009   #48
شب و شيخ الشباب kosayka2
عضو
-- زعيـــــــم --
 
الصورة الرمزية لـ kosayka2
kosayka2 is offline
 
نورنا ب:
Nov 2007
المطرح:
في بيت نجوى
مشاركات:
1,486

افتراضي


طيب هي الشغلة بسيطة كتييييييييييييييييييييييي ييييييييييييييييييييييييي يييييييير

و تتألف فقط من مرحلتين

الأولى

روح بوشك دغري على لوحة التحكم و بعدين على التخطيط و بعدها على تحرير html

لهلق كل شي تمام

بعدين بتكبس ctrl + f و بمعنى أخر بتدور على شي أسمو

كود:
]]></b:skin>
بعدين بتنسخ هاد الكود قبلها ها أنتبه قبلها و ليس بعدها

كود:
/* Blogger Zoom Gallery By AllBlogTools.com */
ul.thumb {
float: left;
list-style: none;
margin: 0; padding: 10px;
width: 360px;
}
ul.thumb li {
margin: 0; padding: 5px;
float: left;
position: relative;  /* Set the absolute positioning base coordinate */
width: 110px;
height: 110px;
}
ul.thumb li img {
width: 100px; height: 100px; /* Set the small thumbnail size */
-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
border: 1px solid #ddd;
padding: 5px;
background: #f0f0f0;
position: absolute;
left: 0; top: 0;
}
ul.thumb li img.hover {
background:url(http://4.bp.blogspot.com/_p4Te9Li52fs/So9a2fSh2jI/AAAAAAAAAAc/VX0mAW1oYHc/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
border: none; /* Get rid of border on hover */
}

طيب و بعدين
بترجع و بتدور على شي أسمو

كود:
</head>
و بتسخ هاد الكود بعدها

كود:
<script src='http://code.jquery.com/jquery-latest.js'
type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){

//Larger thumbnail preview

$(&quot;ul.thumb li&quot;).hover(function() {
$(this).css({'z-index' : '10'});
$(this).find('img').addClass(&quot;hover&quot;).stop()
.animate({
marginTop: '-110px',
marginLeft: '-110px',
top: '50%',
left: '50%',
width: '174px',
height: '174px',
padding: '20px'
}, 200);

} , function() {
$(this).css({'z-index' : '0'});
$(this).find('img').removeClass(&quot;hover&quot;).stop()
.animate({
marginTop: '0',
marginLeft: '0',
top: '0',
left: '0',
width: '100px',
height: '100px',
padding: '5px'
}, 400);
});

//Swap Image on Click
$(&quot;ul.thumb li a&quot;).click(function() {

var mainImage = $(this).attr(&quot;href&quot;); //Find Image Name
$(&quot;#main_view img&quot;).attr({ src: mainImage });
return false; 
});

});
</script>

هيك بتكون خلصت المرحلة الاولى و بعدين بتعطيه حقظ القالب و بتروح على المرحلة التانية

إن كون إعاقاتنا أقل وضوحا من إعاقات إخوتنا , هذا لا يعني أنها أقل واقعية
.
.
.
إيمان و نور
لأن العطاء هو الأخذ
www.saydat-alwehdah.org
  رد مع اقتباس
 
Page generated in 0.02562 seconds with 10 queries