الفيسبوك & تويتر & اليوتيوب & قوقل بلس & rss feed .... بجانب المنتدى على اليمين
شوف الفيديو وبتعرف
شوف المقطع الفيديو من اليوتيوب بيوضح عمل الكود في صفحات ال html
ملاحظه : انا جربت الكود ومااإشتغل معايا الا بصفحه HTML
اولا كود HTML
ثانيا كود css
وبس :oh:
شوف الفيديو وبتعرف
شوف المقطع الفيديو من اليوتيوب بيوضح عمل الكود في صفحات ال html
ملاحظه : انا جربت الكود ومااإشتغل معايا الا بصفحه HTML
اولا كود HTML
الكود:
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Social Media Buttons</title>
<script src="dkthemes.forumotions.in/38797.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".takip").mouseover(function(){
$(this).filter(':not(:animated)').animate({width:135},{duration:500});
});
$(".takip").mouseout(function(){
$(this).animate({width:42});
});
});
</script>
<div id="takip">
<div class="facebook takip" onclick="location.href='http://www.facebook.com/'">
</div>
<div class="twitter takip" onclick="location.href='http://www.twitter.com/'">
</div>
<div class="Google takip" onclick="location.href='http://www.flickr.com/'">
</div>
<div class="Youtube takip" onclick="location.href='http://www.friendfeed.com/'">
</div>
<div class="rss takip" onclick="location.href='http://www.vimeo.com/'">
</div>
ثانيا كود css
وبس :oh: