gol
gol

hardy

د‌ل های ما که به هم نزدیک باشن

دیگر چه فرقی می کند

که کجای این جهان باشیم

دور باش اما نزدیک

من از نزدیک بودن‌های دور می‌ترسم
«احمد شاملو»

×

توجه : دو ارسال نخستِ کاربرانِ جدید در تالار میدوری را پیش از نمایش دادن , مدیر تالار باید تایید کند .

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 7 رأی - میانگین امیتازات : 2.14
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 6776
subscription
quickreply advancequickreply report



( ابزار سایت ) اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح هشتم)
تغییر اندازه ی متن : zoomin zoomout default
Butterfly
نویسنده : admin میدوری
admin میدوری profile  
آفلاین
مدیر کل تالار
مدالهای میدوری1000500
1001011720
168241051
دسترسی به میدوری
ارسال یک ایمیل به این کاربر ارسال یک پیام خصوصی به این کاربر مشاهده وب سایت کاربر یافتن تمامی ارسال های این کاربر اعتبار:
اطلاعات میدوری


تاریخ عضویت:
05 November 2011

ارسال ها: 1,800
شماره کاربری: 1
میزان اعتبار:

محل سکونت: تهران
ماه تولد:
جنسيت:
آخرین دیدار :
تماس با میدوری
حالت میدوری
صفحه های میدوری
گوگل پلاس فیس بوک توییتر یوتیوب کلوب
اینستاگرام تلگرام
ارسال: #1
Fish اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح هشتم)

rightarrow
اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح هشتم)
اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست .

کد HTML:
<style type="text/css">
.radiogallery {position:relative; padding:0; margin:50px auto; width:599px; height:492px; border:5px solid #000; border-top-width:1px; 
overflow:hidden; background:#000; border-radius:5px;}
.radiogallery input {display:none;}
.radiogallery label {display:block; width:99px; height:66px; border-right:1px solid #fff; border-top:1px solid #fff; float:left; cursor:pointer;}
.radiogallery label.set {width:149px; height:25px; position:absolute; top:0; border-top:0; background:#000; border-right:1px solid #fff; 
border-bottom:1px solid #fff; font:bold 14px/24px arial, sans-serif; color:#fff; text-align:center;}
.radiogallery label.pos4 {left:0;}
.radiogallery label.pos3 {left:150px;}
.radiogallery label.pos2 {left:300px;}
.radiogallery label.pos1 {left:450px; border-right:0;}
.radiogallery label.set img {width:150px; height:25px; display:block; position:absolute; left:0; top:0;}
.radiogallery input#push1,
.radiogallery input#push2,
.radiogallery input#push3,
.radiogallery input#push4 {display:block; margin:0; padding:0; border:0; width:599px; height:56px; opacity:0; filter: alpha(opacity=0);
-webkit-transition:1s;
-moz-transition:1s;
-ms-transition:1s;
-o-transition:1s;
transition:1s;
}
.radiogallery label.p6 {border-right:0;}
.radiogallery div.large {position:absolute; left:0; top:26px; width:599px; height:399px; text-align:center; opacity:0; filter: alpha(opacity=0); 
z-index:100; overflow:hidden;
-webkit-transition:1s;
-moz-transition:1s;
-ms-transition:1s;
-o-transition:1s;
transition:1s;
}
.radiogallery div.large div {position:absolute; left:0; top:-399px; width:499px; height:299px; background:url(radiogallery/backing.png); 
z-index:300; padding:50px;
-webkit-transition:1s 1s;
-moz-transition:1s 1s;
-ms-transition:1s 1s;
-o-transition:1s1s;
transition:1s 1s;
}
.radiogallery div.large div h1 {padding:0; margin:0; font:normal 20px/40px arial,sans-serif; color:#fff;}
.radiogallery div.large div p {padding:0; margin:0; font:normal 14px/25px arial,sans-serif; color:#ddd; text-align:left;}
.radiogallery div.large div ol li {padding:0; margin:0; font:normal 14px/25px arial,sans-serif; color:#ddd; text-align:left;}
.radiogallery div.large div a {padding:0; margin:0; font:normal 14px/25px arial,sans-serif; color:#0cf;}
.radiogallery div.large div a:hover {text-decoration:none;}
.radiogallery div.large:hover div {top:0;}
.radiogallery #cover {display:block; background:#fff; width:599px; height:399px; position:absolute; left:0; top:26px; z-index:90;}
.radiogallery input#pic1:checked ~ div.pic1,
.radiogallery input#pic2:checked ~ div.pic2,
.radiogallery input#pic3:checked ~ div.pic3,
.radiogallery input#pic4:checked ~ div.pic4,
.radiogallery input#pic5:checked ~ div.pic5,
.radiogallery input#pic6:checked ~ div.pic6,
.radiogallery input#pic1a:checked ~ div.pic1a,
.radiogallery input#pic2a:checked ~ div.pic2a,
.radiogallery input#pic3a:checked ~ div.pic3a,
.radiogallery input#pic4a:checked ~ div.pic4a,
.radiogallery input#pic5a:checked ~ div.pic5a,
.radiogallery input#pic6a:checked ~ div.pic6a,
.radiogallery input#pic1b:checked ~ div.pic1b,
.radiogallery input#pic2b:checked ~ div.pic2b,
.radiogallery input#pic3b:checked ~ div.pic3b,
.radiogallery input#pic4b:checked ~ div.pic4b,
.radiogallery input#pic5b:checked ~ div.pic5b,
.radiogallery input#pic6b:checked ~ div.pic6b,
.radiogallery input#pic1c:checked ~ div.pic1c,
.radiogallery input#pic2c:checked ~ div.pic2c,
.radiogallery input#pic3c:checked ~ div.pic3c,
.radiogallery input#pic4c:checked ~ div.pic4c,
.radiogallery input#pic5c:checked ~ div.pic5c,
.radiogallery input#pic6c:checked ~ div.pic6c {opacity:1; filter: alpha(opacity=100); z-index:200;}
.radiogallery input#push4:checked {height:56px;}
.radiogallery input#push3:checked {height:123px;}
.radiogallery input#push2:checked {height:190px;}
.radiogallery input#push1:checked {height:257px;}
.radiogallery input#push1:checked + label,
.radiogallery input#push2:checked + label,
.radiogallery input#push3:checked + label,
.radiogallery input#push4:checked + label {color:#6cf;}
.radiogallery input:checked + label img {opacity:0.3; filter: alpha(opacity=30);}
.radiogallery input.pics + label:hover img {opacity:0.7; filter: alpha(opacity=70);}
.radiogallery input:checked + label:hover img {opacity:0.3; filter: alpha(opacity=30);}
</style>
<div class ="radiogallery">
    <input checked="checked" name="push" id="push1" class ="pusher" type="radio"><label for="push1" class ="set pos1">
<img src="trans.gif" alt=""><span>Set 4</span></label>
    <input name="push" id="push2" class ="pusher" type="radio"><label for="push2" class ="set pos2"><img src="trans.gif" alt="">
<span>Set 3</span></label>
    <input name="push" id="push3" class ="pusher" type="radio"><label for="push3" class ="set pos3"><img src="trans.gif" alt="">
<span>Set 2</span></label>
    <input name="push" id="push4" class ="pusher" type="radio"><label for="push4" class ="set pos4"><img src="trans.gif" alt="">
<span>Set 1</span></label>
    <input name="pic" id="pic1" class ="pics" type="radio"><label for="pic1"><img src="small1.jpg" alt=""></label>
    <input name="pic" id="pic2" class ="pics" type="radio"><label for="pic2"><img src="small2.jpg" alt=""></label>
    <input name="pic" id="pic3" class ="pics" type="radio"><label for="pic3"><img src="small3.jpg" alt=""></label>
    <input name="pic" id="pic4" class ="pics" type="radio"><label for="pic4"><img src="small4.jpg" alt=""></label>
    <input name="pic" id="pic5" class ="pics" type="radio"><label for="pic5"><img src="small5.jpg" alt=""></label>
    <input name="pic" id="pic6" class ="pics" type="radio"><label for="pic6" class ="p6"><img src="small6.jpg" alt=""></label>

    <input checked="checked" name="pic" id="pic1a" class ="pics" type="radio"><label for="pic1a"><img src="small1a.jpg" alt=""></label>
    <input name="pic" id="pic2a" class ="pics" type="radio"><label for="pic2a"><img src="small2a.jpg" alt=""></label>
    <input name="pic" id="pic3a" class ="pics" type="radio"><label for="pic3a"><img src="small3a.jpg" alt=""></label>
    <input name="pic" id="pic4a" class ="pics" type="radio"><label for="pic4a"><img src="small4a.jpg" alt=""></label>
    <input name="pic" id="pic5a" class ="pics" type="radio"><label for="pic5a"><img src="small5a.jpg" alt=""></label>
    <input name="pic" id="pic6a" class ="pics" type="radio"><label for="pic6a" class ="p6"><img src="small6a.jpg" alt=""></label>

    <input name="pic" id="pic1b" class ="pics" type="radio"><label for="pic1b"><img src="small1b.jpg" alt=""></label>
    <input name="pic" id="pic2b" class ="pics" type="radio"><label for="pic2b"><img src="small2b.jpg" alt=""></label>
    <input name="pic" id="pic3b" class ="pics" type="radio"><label for="pic3b"><img src="small3b.jpg" alt=""></label>
    <input name="pic" id="pic4b" class ="pics" type="radio"><label for="pic4b"><img src="small4b.jpg" alt=""></label>
    <input name="pic" id="pic5b" class ="pics" type="radio"><label for="pic5b"><img src="small5b.jpg" alt=""></label>
    <input name="pic" id="pic6b" class ="pics" type="radio"><label for="pic6b" class ="p6"><img src="small6b.jpg" alt=""></label>

    <input name="pic" id="pic1c" class ="pics" type="radio"><label for="pic1c"><img src="small1c.jpg" alt=""></label>
    <input name="pic" id="pic2c" class ="pics" type="radio"><label for="pic2c"><img src="small2c.jpg" alt=""></label>
    <input name="pic" id="pic3c" class ="pics" type="radio"><label for="pic3c"><img src="small3c.jpg" alt=""></label>
    <input name="pic" id="pic4c" class ="pics" type="radio"><label for="pic4c"><img src="small4c.jpg" alt=""></label>
    <input name="pic" id="pic5c" class ="pics" type="radio"><label for="pic5c"><img src="small5c.jpg" alt=""></label>
    <input name="pic" id="pic6c" class ="pics" type="radio"><label for="pic6c" class ="p6"><img src="small6c.jpg" alt=""></label>
    <div class ="pic1 large"><img src="full1.jpg" alt=""><div>
	   <h1>Photograph #1 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links.</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic2 large"><img src="full2.jpg" alt=""><div>
	   <h1>Photograph #2 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic3 large"><img src="full3.jpg" alt=""><div>
	   <h1>Photograph #3 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic4 large"><img src="full4.jpg" alt=""><div>
	   <h1>Photograph #4 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic5 large"><img src="full5.jpg" alt=""><div>
	   <h1>Photograph #5 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic6 large"><img src="full6.jpg" alt=""><div>
	   <h1>Photograph #6 - set #4</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic1a large"><img src="full1a.jpg" alt=""><div>
	   <h1>Photograph #1 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic2a large"><img src="full2a.jpg" alt=""><div>
	   <h1>Photograph #2 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic3a large"><img src="full3a.jpg" alt=""><div>
	   <h1>Photograph #3 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic4a large"><img src="full4a.jpg" alt=""><div>
	   <h1>Photograph #4 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic5a large"><img src="full5a.jpg" alt=""><div>
	   <h1>Photograph #5 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic6a large"><img src="full6a.jpg" alt=""><div>
	   <h1>Photograph #6 - set #3</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic1b large"><img src="full1b.jpg" alt=""><div>
	   <h1>Photograph #1 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic2b large"><img src="full2b.jpg" alt=""><div>
	   <h1>Photograph #2 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic3b large"><img src="full3b.jpg" alt=""><div>
	   <h1>Photograph #3 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic4b large"><img src="full4b.jpg" alt=""><div>
	   <h1>Photograph #4 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic5b large"><img src="full5b.jpg" alt=""><div>
	   <h1>Photograph #5 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic6b large"><img src="full6b.jpg" alt=""><div>
	   <h1>Photograph #6 - set #2</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic1c large"><img src="full1c.jpg" alt=""><div>
	   <h1>Photograph #1 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic2c large"><img src="full2c.jpg" alt=""><div>
	   <h1>Photograph #2 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic3c large"><img src="full3c.jpg" alt=""><div>
	   <h1>Photograph #3 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic4c large"><img src="full4c.jpg" alt=""><div>
	   <h1>Photograph #4 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic5c large"><img src="full5c.jpg" alt=""><div>
	   <h1>Photograph #5 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div>
    <div class ="pic6c large"><img src="full6c.jpg" alt=""><div>
	   <h1>Photograph #6 - set #1</h1>
	   <p>This can be as many lines as you like of descriptive text than can include <a href="#">links</a></p>
	   <p>It is the only CSS gallery on the web that has these features:</p>
	   <ol>
		  <li>Does not use :target</li>
		  <li>Does not use javascript</li>
		  <li>Does not use iframes or objects</li>
		  <li>Remembers the current image when returning to the page</li>
		  <li>Does not affect the browser 'back' button</li>
	   </ol>
    </div></div></div>
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406





امضای میدوری :
[تصویر: midori-sign-500.png]
محل حضور کاربر در تالار :  admin میدوری در تالار ميدوری حضور ندارد .
ديدگاه کاربران برای مطلب : help (روی آیکون مورد نظر کلیک کنید تا دیدگاه شما ثبت شود . در صورت انصراف تا دوبار می توانید دیدگاه خود را ثبت کنید . برای پاک کردن دیدگاه روی همان آیکون یک بار کلیک کنید تا دیدگاه شما پاک شود .)

برچسب ها :

13 - July - 2014 20 : 08 PM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

موضوع های مرتبط با این موضوع...
موضوع: نویسنده پاسخ: بازدید: آخرین ارسال
Heart abzar نمایش تصویرها بصورت معلق و چرخان با CSS3 میدوری 2 10,466 18 - December - 2018 10 : 06 PM
آخرین ارسال: میدوری
minioni abzar نوشته های نئونی با CSS3 میدوری 0 7,082 25 - June - 2016 11 : 07 PM
آخرین ارسال: میدوری
minioni abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم) میدوری 0 7,659 12 - June - 2016 05 : 05 PM
آخرین ارسال: میدوری
HumanFemale abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم) میدوری 0 7,889 17 - May - 2016 24 : 05 PM
آخرین ارسال: میدوری
Flower abzar چک باکس های زیبا با CSS میدوری 0 6,930 01 - December - 2015 50 : 12 PM
آخرین ارسال: میدوری

بازديدکنندگان از موضوع
کاربرانی که از موضوع بازدید کرده اند ( 1 ) کاربر

ابزار موضوع



1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان