gol
gol

hardy

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

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

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

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

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

×

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

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



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


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

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

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

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


کد PHP:
<style type="text/css">
.container {width:750px; height:400px; position:relative; overflow:hidden; margin:20px auto;}
.container .back {display:block; width:200px; height:400px; background:#069; position:absolute; left:0; top:0; z-index:5; 
border-radius:0 20px 20px 0; box-shadow:0 0 10px rgba(0,0,0,0.4);}
.container input {position:absolute; left:-9999px;}
.container label {display:block; padding:0; margin:0; border:0; width:200px; height:80px; position:relative; z-index:50; color:#eee; 
font: normal 16px/80px georgia, serif; text-decoration:none; text-indent:20px; cursor:pointer;}
.container label img {position:absolute; left:0; top:0; width:200px; height:80px; z-index:100;}
.container .pointer {display:block; width:221px; height:80px; background:#69c; position:absolute; left:-1px; top:0; z-index:10; 
border-radius:0 20px 20px 0; box-shadow:0 0 10px rgba(0,0,0,0.4); border-right:1px solid transparent;
background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
-webkit-transition:0s 3600s;
-moz-transition:0s 3600s;
-ms-transition:0s 3600s;
-o-transition:0s 3600s;
transition:0s 3600s;
}
.container .pointer .point {display:block; width:0; height:0;border-top:20px solid transparent; border-bottom:20px solid transparent; 
border-left:10px solid #fff; position:absolute; right:10px; top:20px;}
.container .slide {width:5000px; height:400px; position:absolute; right:-2220px; top:0; text-align:right;}
.container .slide div {width:475px; height:350px; padding:25px 25px 25px 50px; display:inline-block; vertical-align:top; text-align:left;}
.container .slide div {*display:inline;} /* for IE7 to display the first menu item */
.container .slide div:nth-of-type(6) {width:0; background:red; padding:0;
-webkit-transition:0s 3600s;
-moz-transition:0s 3600s;
-ms-transition:0s 3600s;
-o-transition:0s 3600s;
transition:0s 3600s;
}
.container input:checked ~ .pointer {
-webkit-transition:0.75s 0s;
-moz-transition:0.75s 0s;
-ms-transition:0.75s 0s;
-o-transition:0.75s 0s;
transition:0.75s 0s;
}
.container input:checked ~ .slide div:nth-of-type(6) {
-webkit-transition:0.75s 0s;
-moz-transition:0.75s 0s;
-ms-transition:0.75s 0s;
-o-transition:0.75s 0s;
transition:0.75s 0s;
}
.container #sub1:checked ~ .pointer {top:0;}
.container #sub2:checked ~ .pointer {top:80px;}
.container #sub3:checked ~ .pointer {top:160px;}
.container #sub4:checked ~ .pointer {top:240px;}
.container #sub5:checked ~ .pointer {top:320px;}
.container #sub1:checked ~ .slide div:nth-of-type(6) {width:0;}
.container #sub2:checked ~ .slide div:nth-of-type(6) {width:554px;}
.container #sub3:checked ~ .slide div:nth-of-type(6) {width:1108px;}
.container #sub4:checked ~ .slide div:nth-of-type(6) {width:1662px;}
.container #sub5:checked ~ .slide div:nth-of-type(6) {width:2216px;}
.slide div h4 {font: bold 18px/24px georgia, serif;}
.slide div ul {color:#069; font-size:14px;}
.slide div ul li a {color:#000; font: normal 14px/20px georgia, serif;}
.slide div ul li a:hover {text-decoration:none;}
#info .slide div p {font: normal 14px/20px georgia, serif;}
</style>
<div class ="container">
    <input name="sub" id="sub1" type="radio">
    <input name="sub" id="sub2" type="radio">
    <input name="sub" id="sub3" type="radio">
    <input checked="checked" name="sub" id="sub4" type="radio">
    <input name="sub" id="sub5" type="radio">
    <span class ="back"></span>
    <label for="sub1">Floral Print<img src="transparent.gif" alt=""></label>
    <label for="sub2">Sleeveless<img src="transparent.gif" alt=""></label>
    <label for="sub3">Pure Cotton<img src="transparent.gif" alt=""></label>
    <label for="sub4">Linen Blend<img src="transparent.gif" alt=""></label>
    <label for="sub5">Buttoned<img src="transparent.gif" alt=""></label>
    <span class ="pointer"><span class ="point"></span></span>
    <div class ="slide">
	   <div>
		  <img src="pic2.jpg" alt="">
		  <h4>Floral Print Dresses</h4>
		  <p>These dresses can be worn for both smart, day wear, and evening wear.<br>
These lines can describe the product and also contain links to other pages.</p>
		  <ul>
			 <li><a href="#">Floral Print One</a></li>
			 <li><a href="#">Floral Print Two</a></li>
			 <li><a href="#">Floral Print Three</a></li>
		  </ul>
	   </div>
	   <div>
		  <img src="pic1.jpg" alt="">
		  <h4>Sleeveless Dresses</h4>
		  <p>Feel your best with our fabulous range of sleeveless dresses.<br>
These lines can describe the product and also contain links to other pages.</p>
		  <ul>
			 <li><a href="#">Sleeveless One</a></li>
			 <li><a href="#">Sleeveless Two</a></li>
			 <li><a href="#">Sleeveless Three</a></li>
		  </ul>
	   </div>
	   <div>
		  <img src="pic3.jpg" alt="">
		  <h4>Pure Cotton Dresses</h4>
		  <p>These dresses are perfect for your holidays and have exclusive designs.<br>
These lines can describe the product and also contain links to other pages.</p>
		  <ul>
			 <li><a href="#">Pure Cotton One</a></li>
			 <li><a href="#">Pure Cotton Two</a></li>
		  </ul>
	   </div>
	   <div>
		  <img src="pic4.jpg" alt="">
		  <h4>Linen Blend Dresses</h4>
		  <p>Get the perfect look at affordable prices in our range of linen blend dresses.<br>
These lines can describe the product and also contain links to other pages.</p>
		  <ul>
			 <li><a href="#">Linen Blends One</a></li>
			 <li><a href="#">Linen Blend Two</a></li>
			 <li><a href="#">Linen Blend Three</a></li>
		  </ul>
	   </div>
	   <div>
		  <img src="pic5.jpg" alt="">
		  <h4>Buttoned Dresses</h4>
		  <p>Our girls buttoned dresses are chic and original.<br>
These lines can describe the product and also contain links to other pages.</p>
		  <ul>
			 <li><a href="#">Buttoned One</a></li>
			 <li><a href="#">Buttoned Two</a></li>
			 <li><a href="#">Buttoned Three</a></li>
		  </ul>
	   </div>
	   <div></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





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

برچسب ها :

09 - May - 2014 00 : 01 PM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

موضوع های مرتبط با این موضوع...
موضوع: نویسنده پاسخ: بازدید: آخرین ارسال
Heart abzar نمایش تصویرها بصورت معلق و چرخان با CSS3 میدوری 2 10,470 18 - December - 2018 10 : 06 PM
آخرین ارسال: میدوری
minioni abzar نوشته های نئونی با CSS3 میدوری 0 7,082 25 - June - 2016 11 : 07 PM
آخرین ارسال: میدوری
minioni abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم) میدوری 0 7,662 12 - June - 2016 05 : 05 PM
آخرین ارسال: میدوری
HumanFemale abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم) میدوری 0 7,893 17 - May - 2016 24 : 05 PM
آخرین ارسال: میدوری
minioni abzar چینش تصاویر در سایت بصورت ریسپانسیو با CSS میدوری 0 6,428 20 - January - 2016 31 : 12 PM
آخرین ارسال: میدوری

ابزار موضوع



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