سوال :اسکریپت روی عکسهای این سایت چیه؟

S.A.N

Member
سلام ..

داشتم وبگردی میکردم .. رفتم توی این سایت http://tehraner.com

میشه بگید اسکریپت یا حالا کدی که روی عکساش هست چیه اگه میشه اسمشو بگید یا کدش را بفرستید..

ممنون از همه !:idea:
 

smzakeri

New Member
HTML:
<script type="text/javascript"> 
$(document).ready(function(){
	//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
	//Vertical Sliding
	$('.semi-wide-box.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'-80px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
	//Horizontal Sliding
	$('.box.slideright').hover(function(){
		$(".cover", this).stop().animate({left:'210px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
	});
	//Vertical Sliding2
	$('.semi-box-top.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'-95px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
	//Vertical Sliding2
	$('.semi-box-bottom.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'-95px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
	//Vertical Sliding3
	$('.small-ad.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'-60px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
	//Vertical Sliding3
	$('.big-ad.slidedown').hover(function(){
		$(".cover", this).stop().animate({top:'-60px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});
	});
	//Full Caption Sliding (Hidden to Visible)
	$('.wide-box.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'130px'},{queue:false,duration:160});
	});
	//Caption Sliding (Partially Hidden to Visible)
	$('.boxgrid.caption').hover(function(){
		$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'220px'},{queue:false,duration:160});
	});
});
 
</script>
 

Sadeghpa80

New Member
ببخشید یه سوال داشتم . من یکم مبتدی هستم در ضمن نمیدونم این سوال رو باید ینجا مطرح کنم یا نه ولی نخواستم یه موضوع جدید باز کنم .
من این اسلاید شو رو لازم دارم چه جوری می تونم تو سایت خودم ازش استفاده کنم .
http://www.bushehrcity.ir/picturealbum-albumlargeview01-fa.html

ممنون میشم طریقه استفاده از اون رو هم بگید .
 

echessdesign

مدیر انجمن طراحی وب
Sadeghpa80 دوست عزیز
لطفا سوال خود را در یک تایپیک جداگانه مطرح فرمایید
 

echessdesign

مدیر انجمن طراحی وب
Sadeghpa80 دوست عزیز
لطفا سوال خود را در یک تایپیک جداگانه مطرح فرمایید
 

جدیدترین ارسال ها

بالا