gol
gol

hardy

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

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

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

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

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

×

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

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



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


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

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

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

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


کد PHP:
<style>
#css3Slide {width:750px; height:24px; margin:20px auto 70px auto; position:relative; z-index:500;}
#css3Slide ul {padding:0; margin:0; list-style:none; height:27px; float:left; position:relative; z-index:500;}
#css3Slide ul li {float:left; height:27px; font: 12px/24px arial, sans-serif; margin:0 0 0 10px;}
#css3Slide ul li span {display:block; float:left; height:27px; padding:0 15px 0 0;}
#css3Slide ul li b {display:block; float:left; height:27px; padding:0 0 0 15px; margin-left:-10px; cursor:default;}
#css3Slide ul li:hover > span {background:url(tab.png) no-repeat right top; color:#fff;}
#css3Slide ul li:hover > span b {background:url(tab.png) no-repeat left top;}
#css3Slide ul li.blank {width:750px; height:0; position:absolute; left:0; top:24px; overflow:hidden; border-top:3px solid #666; z-index:-1; 
margin:0; padding:0;
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.base {width:750px; height:310px; background:url(back.png) repeat-x; position:absolute; top:-310px;
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.shadow {width: 750px; height:10px; position:absolute; left:0; bottom:0; background:url(shadow.png);}
#css3Slide ul:hover li.blank {height:310px;}
#css3Slide ul:hover li.blank .base {top:0;}
#css3Slide ul li .container {width:750px; height:0; position:absolute; left:0; top:27px; z-index:500; overflow:hidden;  background: url(trans.png);
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#css3Slide ul li:hover .container {height:310px;}
#css3Slide ul li .container .sub {width:750px; position:relative; height:260px; padding:20px 0; top:-300px;
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#css3Slide ul li:hover .container .sub {top:0;}
#css3Slide ul li .container .sub h4 {font-size:18px; padding:0 0 20px 10px; margin:0;}
#css3Slide ul li .container .sub dl {padding:0; margin:0;}
#css3Slide ul li .container .sub dl dt {font-size:14px; font-weight:bold; height:30px; padding-left:10px;}
#css3Slide ul li .container .sub dl dd {display:block; height:30px; line-height:30px; padding:0 0 0 10px; margin:0; font-weight:bold; color:#888; 
width:150px; background: url(trans.png);}
#css3Slide ul li .container .sub dl dd p {display:block; position:absolute; left:150px; top:65px; width:270px; height:230px; font-weight:normal; 
padding:0; margin:0; line-height:20px; opacity:0; filter: alpha(opacity=0); background: url(trans.png); z-index:1;
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#css3Slide ul li .container .sub dl dd p em {font-style:normal; font-weight:bold; text-decoration:none;}
#css3Slide ul li .container .sub dl dd p a {color:#069; font-weight:bold; text-decoration:none;}
#css3Slide ul li .container .sub dl dd p a:hover {text-decoration:underline;}

#css3Slide ul li .container .sub dl dd img {position:absolute; right:0; padding-right:30px; top:50px; opacity:0; filter: alpha(opacity=0); z-index:1;
transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
#css3Slide ul li .container .sub dl dd.current {color:#000; background:url(arrow.gif) no-repeat 120px center;}
#css3Slide ul li .container .sub dl dd.current p {opacity:1; filter: alpha(opacity=100); z-index:20;}
#css3Slide ul li .container .sub dl dd.current img {opacity:1; filter: alpha(opacity=100); z-index:20;}
#css3Slide ul li .container .sub dl:hover dd.current {color:#888; background:none;}
#css3Slide ul li .container .sub dl:hover dd.current p {opacity:0; filter: alpha(opacity=0); z-index:10;}
#css3Slide ul li .container .sub dl:hover dd.current img {opacity:0; filter: alpha(opacity=0); z-index:10;}
#css3Slide ul li .container .sub dl:hover dd:hover {color:#000; cursor:default; background:url(arrow.gif) no-repeat 120px center;}
#css3Slide ul li .container .sub dl:hover dd:hover p {opacity:1; filter: alpha(opacity=100); z-index:20;}
#css3Slide ul li .container .sub dl:hover dd:hover img {opacity:1; filter: alpha(opacity=100); z-index:20;}
</style>
    <div id="css3Slide">
	   <ul>
		  <li><span><b>CANON</b></span>
			 <div class ="container">
				<div class ="sub">
				    <h4>CANON Digital Cameras</h4>
				    <dl>
					   <dd class ="current">EOS 30D
<p><em>Celestially one mannishly</em> more raptly deer tautly
outside the crud suspicious the uninhibited strove intensely some monkey
 well inside that save above wow much hey.<br><br><a href="#url">More Information . . .</a></p>
						  <img src="eos30d.png" alt="Canon EOS 30D">
					   </dd>
					   <dd>EOS 40D
<p><em>Wide meant angelfish some</em> lovingly toucan pill more 
hence whale walking racily notwithstanding woeful promiscuous wherever 
notably explicit through because that sedulously giggly as and well.<br><a href="#url">More Information . . .</a></p>
						  <img src="eos40d.png" alt="Canon EOS 40D">
					   </dd>
					   <dd>EOS 450D
<p><em>That before where ouch</em> oh hey amiable sensationally 
agilely laughingly woolly dear darn that cheerful this up more up alas 
opposite hey much koala and immaculate.<br><a href="#url">More Information . . .</a></p>
						  <img src="eos450d.png" alt="Canon EOS 450D">
					   </dd>
				    </dl>
				</div>
			 </div>
		  </li>
		  <li><span><b>NIKON</b></span>
			 <div class ="container">
				<div class ="sub">
				    <h4>NIKON Digital Cameras</h4>
				    <dl>
					   <dd class ="current">D3 
<p><em>That before where ouch</em> oh hey amiable sensationally 
agilely laughingly woolly dear darn that cheerful this up more up alas 
opposite hey much koala and immaculate.<br><a href="#url">More Information . . .</a></p>
						  <img src="d3.png" alt="Nikon D3">
					   </dd>
					   <dd>D40
<p><em>Wide meant angelfish some</em> lovingly toucan pill more 
hence whale walking racily notwithstanding woeful promiscuous wherever 
notably explicit through because that sedulously giggly as and well.<br><a href="#url">More Information . . .</a></p>
						  <img src="d40.png" alt="Nikon D40">
					   </dd>
					   <dd>D50
<p><em>Celestially one mannishly</em> more raptly deer tautly 
outside the crud suspicious the uninhibited strove intensely some monkey
 well inside that save above wow much hey.<br><br><a href="#url">More Information . . .</a></p>
						  <img src="d50.png" alt="Nikon D50">
					   </dd>
					   <dd>D700
<p><em>Sighed fumed due wow</em> boisterously and opaque messy 
therefore hello frivolously wow a gosh because some towards this among 
yikes flatteringly by majestic goodness more morally.<br><a href="#url">More Information . . .</a></p>
						  <img src="d700.png" alt="Nikon D700">
					   </dd>
				    </dl>
				</div>
			 </div>
		  </li>
		  <li><span><b>OLYMPUS</b></span>
			 <div class ="container">
				<div class ="sub">
				    <h4>OLYMPUS Digital Cameras</h4>
				    <dl>
					   <dd class ="current">E3 
<p><em>Celestially one mannishly</em> more raptly deer tautly 
outside the crud suspicious the uninhibited strove intensely some monkey
 well inside that save above wow much hey.<br><br><a href="#url">More Information . . .</a></p>
						  <img src="e3.png" alt="Olympus E3">
					   </dd>
					   <dd>E500
<p><em>Sighed fumed due wow</em> boisterously and opaque messy 
therefore hello frivolously wow a gosh because some towards this among 
yikes flatteringly by majestic goodness more morally.<br><a href="#url">More Information . . .</a></p>
						  <img src="e500.png" alt="Olympus E500">
					   </dd>
					   <dd>E620
<p><em>That before where ouch</em> oh hey amiable sensationally 
agilely laughingly woolly dear darn that cheerful this up more up alas 
opposite hey much koala and immaculate.<br><a href="#url">More Information . . .</a></p>
						  <img src="e620.png" alt="Olympus E620">
					   </dd>
				    </dl>
				</div>
			 </div>
		  </li>
		  <li><span><b>PANASONC</b></span>
			 <div class ="container">
				<div class ="sub">
				    <h4>PANASONIC Digital Cameras</h4>
				    <dl>
					   <dd class ="current">Lumix G1 
<p><em>Sighed fumed due wow</em> boisterously and opaque messy 
therefore hello frivolously wow a gosh because some towards this among 
yikes flatteringly by majestic goodness more morally.<br><a href="#url">More Information . . .</a></p>
						  <img src="lumix-g1.png" alt="Lumix G1">
					   </dd>
					   <dd>Lumix GH1
						  <p><em>Celestially one mannishly</em> more raptly deer tautly 
outside the crud suspicious the uninhibited strove intensely some monkey
 well inside that save above wow much hey.<br><br><a href="#url">More Information . . .</a></p>
						  <img src="lumix-gh1.png" alt="Lumix GH1">
					   </dd>
					   <dd>Lumix DMC FZ28
<p><em>Wide meant angelfish some</em> lovingly toucan pill more 
hence whale walking racily notwithstanding woeful promiscuous wherever 
notably explicit through because that sedulously giggly as and well.<br><a href="#url">More Information . . .</a></p>
						  <img src="dmc-fz28.png" alt="Lumix DMC FZ28">
					   </dd>
				    </dl>
				</div>
			 </div>
		  </li>
		  <li><span><b>SONY</b></span>
			 <div class ="container">
				<div class ="sub">
				    <h4>SONY Digital Cameras</h4>
				    <dl>
					   <dd class ="current">Alpha 700 
<p><em>Wide meant angelfish some</em> lovingly toucan pill more 
hence whale walking racily notwithstanding woeful promiscuous wherever 
notably explicit through because that sedulously giggly as and well.<br><a href="#url">More Information . . .</a></p>
						  <img src="alpha-700.png" alt="Sony Alpha 700">
					   </dd>
					   <dd>DSC H9
<p><em>Sighed fumed due wow</em> boisterously and opaque messy 
therefore hello frivolously wow a gosh because some towards this among 
yikes flatteringly by majestic goodness more morally.<br><a href="#url">More Information . . .</a></p>
						  <img src="dsc-h9.png" alt="Sony DSC H9">
					   </dd>
				    </dl>
				</div>
			 </div>
		  </li>
		  <li class ="blank">
			 <div class ="base">
				<div class ="shadow"></div>
			 </div>
		  </li>
	   </ul>
    </div>
<div style="height:350px;"></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





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

برچسب ها :

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


subscription
quickreply advancequickreply report

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

ابزار موضوع



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