شما میتوانید پس از نام نویسی از تمام امکانات انجمن ها استفاده کنید . توجه داشته باشید که , واژه های ممنوع و یا بی معنی ( شماره
و یا واژه تصادفی ) را بکار نبرید . برای نام نویسی در تالار میدوری و یا ورود کلیک کنید .
اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح بیست و یکم)
اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح بیست و یکم)
اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست .
کد HTML:
<styletype="text/css">
/* for the tables version */
div.tableHolder {width:690px; border:1px solid #aaa; box-shadow:0 0 10px rgba(0,0,0,0.5); margin:25px auto;}
table.cssplayAccordian {border-collapse:collapse; padding:0; margin:0; width:690px; height:474px;}
table.cssplayAccordian td {padding:0; width:136px; height:117px; border:2px solid #fff;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
table.cssplayAccordian td.p1 {background:url(pic_1h.jpg) no-repeat center center;}
table.cssplayAccordian td.p2 {background:url(pic_2h.jpg) no-repeat center center;}
table.cssplayAccordian td.p3 {background:url(pic_3h.jpg) no-repeat center center;}
table.cssplayAccordian td.p4 {background:url(pic_4h.jpg) no-repeat center center;}
table.cssplayAccordian td.p5 {background:url(pic_5h.jpg) no-repeat center center;}
table.cssplayAccordian td.p6 {background:url(pic_6h.jpg) no-repeat center center;}
table.cssplayAccordian td.p7 {background:url(pic_7h.jpg) no-repeat center center;}
table.cssplayAccordian td.p8 {background:url(pic_8h.jpg) no-repeat center center;}
table.cssplayAccordian td.p9 {background:url(pic_9h.jpg) no-repeat center center;}
table.cssplayAccordian td.p10 {background:url(pic_10h.jpg) no-repeat center center;}
table.cssplayAccordian td.p11 {background:url(pic_11h.jpg) no-repeat center center;}
table.cssplayAccordian td.p12 {background:url(pic_12h.jpg) no-repeat center center;}
table.cssplayAccordian td.p13 {background:url(pic_13h.jpg) no-repeat center center;}
table.cssplayAccordian td.p14 {background:url(pic_14h.jpg) no-repeat center center;}
table.cssplayAccordian td.p15 {background:url(pic_15h.jpg) no-repeat center center;}
table.cssplayAccordian td.p16 {background:url(pic_16h.jpg) no-repeat center center;}
table.cssplayAccordian td.p17 {background:url(pic_17h.jpg) no-repeat center center;}
table.cssplayAccordian td.p18 {background:url(pic_18h.jpg) no-repeat center center;}
table.cssplayAccordian td.p19 {background:url(pic_19h.jpg) no-repeat center center;}
table.cssplayAccordian td.p20 {background:url(pic_20h.jpg) no-repeat center center;}
table.cssplayAccordian:hover td {width:50px; height:50px;}
table.cssplayAccordian:hover tr:hover td {height:320px;}
table.cssplayAccordian td:hover {width:480px; height:320px;}
</style><styletype="text/css">
/* for the display tables version */
div.tableHolder2 {width:690px; border:1px solid #aaa; box-shadow:0 0 10px rgba(0,0,0,0.5); margin:25px auto;}
.tableAccordian {display:table; width:690px; height:474px;}
.tableAccordian div.tableRow {display:table-row;}
.tableAccordian div div {display:table-cell; width:136px; height:117px; border:1px solid #fff;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.tableAccordian .p1 {background:url(pic_1h.jpg) no-repeat center center;}
.tableAccordian .p2 {background:url(pic_2h.jpg) no-repeat center center;}
.tableAccordian .p3 {background:url(pic_3h.jpg) no-repeat center center;}
.tableAccordian .p4 {background:url(pic_4h.jpg) no-repeat center center;}
.tableAccordian .p5 {background:url(pic_5h.jpg) no-repeat center center;}
.tableAccordian .p6 {background:url(pic_6h.jpg) no-repeat center center;}
.tableAccordian .p7 {background:url(pic_7h.jpg) no-repeat center center;}
.tableAccordian .p8 {background:url(pic_8h.jpg) no-repeat center center;}
.tableAccordian .p9 {background:url(pic_9h.jpg) no-repeat center center;}
.tableAccordian .p10 {background:url(pic_10h.jpg) no-repeat center center;}
.tableAccordian .p11 {background:url(pic_11h.jpg) no-repeat center center;}
.tableAccordian .p12 {background:url(pic_12h.jpg) no-repeat center center;}
.tableAccordian .p13 {background:url(pic_13h.jpg) no-repeat center center;}
.tableAccordian .p14 {background:url(pic_14h.jpg) no-repeat center center;}
.tableAccordian .p15 {background:url(pic_15h.jpg) no-repeat center center;}
.tableAccordian .p16 {background:url(pic_16h.jpg) no-repeat center center;}
.tableAccordian .p17 {background:url(pic_17h.jpg) no-repeat center center;}
.tableAccordian .p18 {background:url(pic_18h.jpg) no-repeat center center;}
.tableAccordian .p19 {background:url(pic_19h.jpg) no-repeat center center;}
.tableAccordian .p20 {background:url(pic_10h.jpg) no-repeat center center;}
.tableAccordian:hover div div{width:50px; height:50px;}
.tableAccordian:hover div.tableRow:hover div {height:320px;}
.tableAccordian div.tableRow:hover div:hover {width:480px; height:320px;}
/* to get IE7 to display the images inline; */
.tableAccordian div div {*float:left;}
</style><h2>Version #1 using a table - IE7, IE8, IE9, IE10, Firefox, Opera, Safari and Chrome</h2><divclass ="tableHolder">
<tableclass ="cssplayAccordian">
<tbody><tr><tdclass ="p1 c1"></td><tdclass ="p2 "></td><tdclass ="p3"></td><tdclass ="p4"></td><tdclass ="p5"></td></tr><tr><tdclass ="p6 c1"></td><tdclass ="p7"></td><tdclass ="p8"></td><tdclass ="p9"></td><tdclass ="p10"></td></tr><tr><tdclass ="p11 c1"></td><tdclass ="p12"></td><tdclass ="p13"></td><tdclass ="p14"></td><tdclass ="p15"></td></tr><tr><tdclass ="p16 c1"></td><tdclass ="p17"></td><tdclass ="p18"></td><tdclass ="p19"></td><tdclass ="p20"></td></tr></tbody></table></div><br><br><h2>Version #2 using display:table - IE8, IE9, IE10, Firefox, Opera, Safari and Chrome</h2><divclass ="tableHolder2">
<divclass ="tableAccordian">
<divclass ="tableRow"><divclass ="p1"></div><divclass ="p2"></div><divclass ="p3"></div><divclass ="p4"></div><divclass ="p5"></div></div><divclass ="tableRow"><divclass ="p6"></div><divclass ="p7"></div><divclass ="p8"></div><divclass ="p9"></div><divclass ="p10"></div></div><divclass ="tableRow"><divclass ="p11"></div><divclass ="p12"></div><divclass ="p13"></div><divclass ="p14"></div><divclass ="p15"></div></div><divclass ="tableRow"><divclass ="p16"></div><divclass ="p17"></div><divclass ="p18"></div><divclass ="p19"></div><divclass ="p20"></div></div></div></div><br>
محل حضور کاربر در تالار : میدوری در تالار ميدوری حضور ندارد .
ديدگاه کاربران برای مطلب : (روی آیکون مورد نظر کلیک کنید تا دیدگاه شما ثبت شود . در صورت انصراف تا دوبار می توانید دیدگاه خود را ثبت کنید . برای پاک کردن دیدگاه روی همان آیکون یک بار کلیک کنید تا دیدگاه شما پاک شود .)