gol
gol

hardy

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

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

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

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

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

×

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

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



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


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

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

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

rightarrow
پنج مدل از نمایش اطلاعات تصویرها در سایت با CSS3
مدل هایی برای نمایش اطلاعات تصویرهای مورد استفاده در سایت ها . نمونه ی زنده در زیر را ببینید . کدهای مورد استفاده را هم برای بررسی و استفاده در پایان قرار داده ام .



کد PHP:
<style type="text/css">
.wrap1 {width:320px; height:213px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:0 10px 0 50px; float:left;}
.wrap1 a {display:block; width:320px; height:213px; text-decoration:none; color:#000;}
.wrap1 img {border:0;}
.wrap1 i {display:block; width:320px; height:110px; position:absolute; left:0; top:213px; z-index:1; background:#000; filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity:0.40;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
 }
.wrap1 p {display:block; width:320px; height:110px; position:absolute; left:0; top:213px; z-index:1; background:transparent; font-size:12px; 
color:#fff; padding:0; margin:0; line-height:16px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.wrap1 p b {display:block; font-size:22px; color:#fc0; text-align:left; margin:0; padding:0 10px; line-height:30px;}
.wrap1 p span {display:block; padding:10px; line-height:20px;}
.wrap1 a:hover {direction:ltr;}
.wrap1 a:hover i {top:103px;}
.wrap1 a:hover p {top:103px;}
.wrap2 {width:320px; height:213px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:0 10px; float:left;}
.wrap2 a {display:block; width:320px; height:213px; text-decoration:none; color:#000;}
.wrap2 img {border:0;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
}
.wrap2 i {display:block; width:320px; height:110px; position:absolute; left:0; top:-110px; z-index:1; background:#000;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
 }
.wrap2 p {display:block; width:320px; height:110px; position:absolute; left:0; top:-110px; z-index:1; background:transparent; font-size:12px; 
color:#fff; padding:0; margin:0; line-height:16px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.wrap2 p b {display:block; font-size:22px; color:#fc0; text-align:left; margin:0; padding:0 10px; line-height:30px;}
.wrap2 p span {display:block; padding:10px; line-height:20px;}
.wrap2 a:hover {direction:ltr;}
.wrap2 a:hover img {margin-top:110px;}
.wrap2 a:hover i {top:0;}
.wrap2 a:hover p {top:0;}
.wrap3 {clear:left; width:320px; height:213px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:20px 215px; 
float:left; background:#000;}
.wrap3 a {display:block; width:320px; height:213px; text-decoration:none; color:#000;}
.wrap3 img {border:0;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
}
.wrap3 i {display:block; width:320px; height:213px; position:absolute; left:-320px; top:-213px; z-index:1; background:#000;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
 }
.wrap3 p {display:block; width:320px; height:213px; position:absolute; left:-320px; top:-213px; z-index:1; background:transparent; 
font-size:12px; color:#fff; padding:0; margin:0; line-height:16px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.wrap3 p b {display:block; font-size:22px; color:#fc0; text-align:left; margin:0; padding:0 10px; line-height:30px;}
.wrap3 p span {display:block; padding:10px; line-height:20px;}
.wrap3 a:hover {direction:ltr;}
.wrap3 a:hover img {margin-top:213px; margin-left:320px;}
.wrap3 a:hover i {top:0; left:0;}
.wrap3 a:hover p {top:0; left:0}
.wrap4 {clear:left; width:320px; height:213px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:0 10px 0 50px; 
float:left;}
.wrap4 a {display:block; width:320px; height:213px; text-decoration:none; color:#000;}
.wrap4 img {border:0;}
.wrap4 i {display:block; width:160px; height:213px; position:absolute; left:320px; top:0; z-index:1; background:#000; filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity:0.40;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
 }
.wrap4 p {display:block; width:213px; height:213px; position:absolute; left:320px; top:0; z-index:1; background:transparent; font-size:12px; 
color:#fff; padding:0; margin:0; line-height:16px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.wrap4 p b {display:block; font-size:22px; color:#fc0; text-align:left; margin:0; padding:0 10px; line-height:30px;}
.wrap4 p span {display:block; padding:10px; line-height:20px;}
.wrap4 a:hover {direction:ltr;}
.wrap4 a:hover i {left:160px;}
.wrap4 a:hover p {left:170px;}
.wrap5 {width:320px; height:213px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:0 10px; float:left;}
.wrap5 a {display:block; width:320px; height:213px; text-decoration:none; color:#000;}
.wrap5 img {border:0;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
}
.wrap5 i {display:block; width:160px; height:213px; position:absolute; left:-160px; top:0; z-index:1; background:#000;
 -webkit-transition: all 0.6s ease-in-out; 
 -moz-transition: all 0.6s ease-in-out; 
 -o-transition: all 0.6s ease-in-out; 
transition: all 0.6s ease-in-out; 
 }
.wrap5 p {display:block; width:160px; height:213px; position:absolute; left:-160px; top:0; z-index:1; background:transparent; font-size:12px; 
color:#fff; padding:0; margin:0; line-height:16px;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.wrap5 p b {display:block; font-size:22px; color:#fc0; text-align:left; margin:0; padding:0 10px; line-height:30px;}
.wrap5 p span {display:block; padding:10px; line-height:20px;}
.wrap5 a:hover {direction:ltr;}
.wrap5 a:hover img {margin-left:160px;}
.wrap5 a:hover i {left:0;}
.wrap5 a:hover p {left:0;}
</style>
<br><br><br>
<div class ="wrap1">
<a href="#x">
    <img src="pic1.jpg" alt="">
    <i></i>
    <p>
	   <b>The Mini</b>
	   <span>The Mini is a small car that was made by the British Motor Corporation (BMC) and its successors from 1959 until 2000.
</span> 
    </p>
</a>
</div>
<div class ="wrap2">
<a href="#x">
    <img src="pic1.jpg" alt="">
    <i></i>
    <p>
	   <b>The Mini</b>
	   <span>The Mini is a small car that was made by the British Motor Corporation (BMC) and its successors from 1959 until 2000.
</span> 
    </p>
</a>
</div>
<div class ="wrap3">
<a href="#x">
    <img src="pic1.jpg" alt="">
    <i></i>
    <p>
	   <b>The Mini</b>
	   <span>The Mini is a small car that was made by the British Motor Corporation (BMC) and its successors from 1959 until 2000.
</span> 
    </p>
</a>
</div>
<div class ="wrap4">
<a href="#x">
    <img src="pic1.jpg" alt="">
    <i></i>
    <p>
	   <b>The Mini</b>
	   <span>The Mini is a small car that was made by the British Motor Corporation (BMC) and its successors from 1959 until 2000.
</span> 
    </p>
</a>
</div>
<div class ="wrap5">
<a href="#x">
    <img src="pic1.jpg" alt="">
    <i></i>
    <p>
	   <b>The Mini</b>
	   <span>The Mini is a small car that was made by the British Motor Corporation (BMC) and its successors from 1959 until 2000.
</span> 
    </p>
</a>
</div>
<br class ="clear"><br><br><br><br><br>
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





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

برچسب ها :

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


subscription
quickreply advancequickreply report

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

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

ابزار موضوع



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