gol
gol

hardy

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

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

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

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

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

×

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

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 3 رأی - میانگین امیتازات : 1
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 5061
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>
/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
html {-webkit-animation: safariSelectorFix infinite 1s;}
@-webkit-keyframes safariSelectorFix {
0% {zoom:1;}
100% {zoom:1;}
}
.dropEverything {padding:0; margin:0 auto; list-style:none; font-family:arial, sans-serif !important; position:relative; width:750px; 
height:36px; z-index:100;}
.dropEverything li.top-li {float:left; margin-right:1px; border-bottom:1px solid transparent;}
.dropEverything a.top-a {display:block; padding:0 20px; font-size:12px; line-height:35px; background:#999; color:#fff; text-decoration:none;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-ms-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}
.dropEverything-page {background:#aaa; padding:5px; position:absolute; top:36px; left:-9999px;
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
-ms-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
.dropEverything-row {width:100%; border-top:5px solid #ddd; border-bottom:1px solid #888; background:#fff; padding-bottom:10px;}
.dropEverything-col1 {width:100%; background:#fff;}
.dropEverything-col2 {width:49.9%; float:left; background:#fff;}
.dropEverything-col3 {width:33.2%; float:left; background:#fff;}
.dropEverything-col4 {width:24.9%; float:left; background:#fff;}
.dropEverything-col5 {width:19.9%; float:left; background:#fff;}
.dropEverything-col6 {width:16.5%; float:left; background:#fff;}
.dropEverything-inner {padding:5px;}
.dropEverything h1 {padding:0 0 0 5px !important; margin:0; font:bold 20px/30px arial, sans-serif !important; color:#fff !important;}
.dropEverything h2 {padding:0 0 0 5px !important; margin:0; font:bold 16px/24px arial, sans-serif !important; color:#000 !important;}
.dropEverything h3 {padding:0 !important; margin:0; font:bold 14px/21px arial, sans-serif !important; color:#000 !important;}
.dropEverything p {padding:3px 5px; margin:0; font:normal 12px/18px arial, sans-serif !important; color:#000 !important;}
.dropEverything img.dropEverything-imageLeft {border:5px solid #ddd; float:left; margin:5px 10px 10px 5px;}
.dropEverything .clear {clear:both;}
.dropEverything li.top-li:hover {border-bottom:1px solid #aaa;}
.dropEverything li.top-only:hover {border-bottom:1px solid transparent;}
.dropEverything li.top-li:hover > a.top-a {background:#aaa;}
.dropEverything li.top-li:hover div.dropEverything-page {left:0;}
.dropEverything li.pageOne:hover {position:static;}
.dropEverything li.pageTwo:hover {position:static;}
.dropEverything li.pageThree:hover {position:relative;}
.dropEverything li.pageFour:hover {position:static;}
.dropEverything li.pageFive:hover {position:relative;}
.dropEverything li.pageSix:hover {position:static;}
.dropEverything li.pageOne div.dropEverything-page {width:660px;}
.dropEverything li.pageTwo div.dropEverything-page {width:737px;}
.dropEverything li.pageThree div.dropEverything-page {width:500px;}
.dropEverything li.pageFour div.dropEverything-page {width:737px;}
.dropEverything li.pageFive div.dropEverything-page {width:330px;}
.dropEverything li.pageSix div.dropEverything-page {width:737px;}
.dropEverything li.close {position:absolute; left:50%; bottom:37px; width:90px; height:35px; line-height:35px; margin-left:-50px; display:none;}
.dropEverything li.close a {background:#c00; color:#fff; text-align:center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
/* dropdown menu */
.dropdownMenu {float:left; position:relative;}
.dropdownMenu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#fff;}
.dropdownMenu ul li {margin:0; padding:0; list-style:none; float:left;}
.dropdownMenu ul ul li {margin:0; padding:0; list-style:none; display:inline; float:none;}
.dropdownMenu ul ul {position:absolute; left:-9999px; background:#eee;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.dropdownMenu a {display:block; font:normal 12px/22px arial,sans-serif !important; color:#069; text-decoration:none; padding:0 20px 0 5px;}
.dropdownMenu li:hover > a {background-color:#09c; color:#fff;}
.dropdownMenu ul li:hover {position:relative;}
.dropdownMenu ul li:hover > ul {left:0; margin-top:0;}
.dropdownMenu ul ul li:hover {position:static;}
.dropdownMenu ul ul li:hover > ul {left:100%; margin-top:-22px;}
.dropdownMenu ul ul li.rgt:hover > ul {left:auto; right:100%; margin-top:-22px;}
/* flyout menu */
.flyoutMenu {float:left; position:relative;}
.flyoutMenu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#fff;}
.flyoutMenu li {margin:0; padding:0; list-style:none; display:inline;}
.flyoutMenu ul ul {position:absolute; left:-9999px; background:#eee;
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.flyoutMenu a {display:block; font:normal 12px/22px arial,sans-serif !important; color:#069; text-decoration:none;padding:0 20px 0 5px;}
.flyoutMenu li:hover > a {background-color:#09c; color:#fff;}
.flyoutMenu ul li:hover > ul {left:100%; margin-top:-22px;}
/* gallery */
.dropEverything-gallery {width:480px; height:450px; position:relative; margin:0 auto; padding:10px 0;}
.dropEverything-gallery ul {padding:390px 0 0 0; margin:0; list-style:none;}
.dropEverything-gallery ul li {float:left; width:80px; height:75px;}
.dropEverything-gallery ul li img {width:78px; display:block;}
.dropEverything-gallery ul li span {position:absolute; left:0; top:10px; display:none; z-index:10;}
.dropEverything-gallery ul li span.default {display:block; z-index:1;}
.dropEverything-gallery ul li span img {width:480px;}
.dropEverything-gallery ul li span b {display:block; width:480px; font:normal 12px/30px arial,sans-serif; color:#000; background:#fff; text-align:center;}
.dropEverything-gallery ul li:hover span {display:block;}
/* form */
.dropEverything-form {padding:10px; margin:0;}
.dropEverything-form label {clear:left; display:block; font:normal 12px/30px arial, sans-serif; color:#000; float:left; width:70px; padding-right:10px; 
text-align:right; margin-bottom:5px;}
.dropEverything-form input {width:200px; height:30px; border:1px solid #ddd; font:normal 12px/30px arial, sans-serif; padding:0 5px; float:left;}
.dropEverything-form textarea {width:200px; height:100px; padding:5px; border:1px solid #ddd; float:left;}
.dropEverything-form .submit {display:block; float:right; background:#999; color:#fff; font:normal 12px/30px arial, sans-serif; border:0; 
margin:10px 18px 5px 0; padding:0 10px; height:30px;}
/* ipad */
.dropEverything li.top-li:hover ~ li.close {display:block;}
.dropEverything li.top-only:hover ~ li.close {display:none;}
</style>
<link media="only screen and (max-device-width: 768px)" href="dropEverything-ipad.css" rel="stylesheet" type="text/css">
<ul class ="dropEverything">
<li class ="top-li pageOne"><a class ="top-a" href="#">Home</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>Welcome to the 'Drop Everything Menu' demonstration</h2>
	   <div class ="dropEverything-col1">
		  <div class ="dropEverything-inner">
			 <h3>The menu that has everything</h3>
			 <p>From a simple dropdown text box to a multi-column panel with 
flyout and dropdown multi-level menus, forms and galleries. The dropdown
 box can be aligned to the left of the menu or the left of the top level
 list item and can be any width you like.</p>
			 <p>Works in all the latest browsers, Internet Explorer IE7+, Firefox
 3.6+, Safari, Chrome, Opera, Flock, SeaMonkey, Avant, iPad, iPhone and 
iPod Touch.</p>
		  </div>
	   </div> <!-- end column -->
    </div> <!-- end row -->
    <div class ="dropEverything-row">
	   <h2>A four column box</h2>
	   <div class ="dropEverything-col4">
		  <div class ="dropEverything-inner">
			 <h3>Column One</h3>
			 <div class ="flyoutMenu">
				<ul>
				    <li><a href="#url">List item one</a></li>
				    <li><a href="#url">List item two</a></li>
				    <li><a href="#url">List item three</a></li>
				    <li><a href="#url">List item four</a></li>
				    <li><a href="#url">List item five</a></li>
				</ul>
			 </div>
		  </div>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col4">
		  <div class ="dropEverything-inner">
			 <h3>Column Two</h3>
			 <p>Works quite neat picky whiter desire, sensational quick sporty. <a href="#url">Simulated choosy</a>
 what warranty colossal action humongous smart youthful permanent. Drink
 lower polished lost cholesterol roasted kids brings oily juicy each.</p>
		  </div>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col4">
		  <div class ="dropEverything-inner">
			 <h3>Column Three</h3>
			 <p>Spacious natural what have anti, our when, every touch. By tasty register grand formula yours. 
<a href="#url">Unlimited fat-free</a> don't stains pop-top mild, can't catch whiter adore very recommended, a youthful spring.</p>
		  </div>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col4">
		  <div class ="dropEverything-inner">
			 <h3>Column Four</h3>
			 <p>Thought flexible <a href="#url">crunchy messy</a> prevents 
confident better more dazzling rated handling to. Parents waxy way, 
secure wealth handling delivers relaxing below magically whopping 
affordable.</p>
		  </div>
	   </div> <!-- end column -->
    <br class ="clear">
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li pageTwo"><a class ="top-a" href="#url">Dropdown Menu</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>A dropdown any width/depth menu</h2>
	   <div class ="dropEverything-col1">
		  <div class ="dropdownMenu">
			 <ul>
				<li><a href="#url">Top Level 1</a></li>
				<li><a href="#url">Top Level 2</a></li>
				<li><a href="#url">Top Level 3 +</a>
				    <ul>
					   <li><a href="#url">Sub Level 1a</a></li>
					   <li><a href="#url">Sub Level 1b</a></li>
					   <li><a href="#url">Sub Level 1c +</a>
						  <ul>
							 <li><a href="#url">Sub Level 2a</a></li>
							 <li><a href="#url">Sub Level 2b +</a>
								<ul>
							 <li><a href="#url">Sub Level 3a</a></li>
							 <li><a href="#url">Sub Level 3b +</a>
									   <ul>
							 <li><a href="#url">Sub Level 4a</a></li>
							 <li><a href="#url">Sub Level 4b</a></li>
							 <li><a href="#url">A long Sub Level 4c +</a>
											 <ul>
							 <li><a href="#url">Sub Level 5a</a></li>
							 <li><a href="#url">Sub Level 5b</a></li>
							 <li><a href="#url">Sub Level 5c</a></li>
							 <li><a href="#url">Sub Level 5d</a></li>
							 <li><a href="#url">Sub Level 5e</a></li>
							 <li><a href="#url">Sub Level 5f</a></li>
											 </ul>
										  </li>
							 <li><a href="#url">Sub Level 4d</a></li>
							 <li><a href="#url">Sub Level 4e</a></li>
							 <li><a href="#url">Sub Level 4f</a></li>
									   </ul>
								    </li>
							 <li><a href="#url">Sub Level 3c</a></li>
							 <li><a href="#url">Sub Level 3d</a></li>
								</ul>
							 </li>
							 <li><a href="#url">Sub Level 2c</a></li>
						  </ul>
						  </li>
					   <li><a href="#url">Sub Level 1d</a></li>
					   <li><a href="#url">Sub Level 1e</a></li>
				    </ul>
				</li>
				<li><a href="#url">Top Level 4</a></li>
				<li><a href="#url">Top Level 5</a></li>
				<li><a href="#url">Top Level 6 +</a>
				    <ul>
					   <li><a href="#url">Sub Level 1a</a></li>
					   <li class ="rgt"><a href="#url">Sub Level 1b +</a>
						  <ul>
							 <li><a href="#url">Sub Level 2a</a></li>
							 <li><a href="#url">Sub Level 2b</a></li>
							 <li><a href="#url">Sub Level 2c</a></li>
							 <li><a href="#url">Sub Level 2d</a></li>
							 <li><a href="#url">Sub Level 2e</a></li>
							 <li><a href="#url">Sub Level 2f</a></li>
						  </ul>
					   </li>
					   <li><a href="#url">Sub Level 1c</a></li>
					   <li><a href="#url">Sub Level 1d</a></li>
				    </ul>
				</li>
			 </ul>
		  </div>
	   <br class ="clear"><br>
	   <img src="pic7.jpg" alt="" class ="dropEverything-imageLeft">
	   <p>Today bigger world's spend, sold far outside secure. Sale clinically senses seasoned can't, far try cause really cheap market, 
<a href="#url">unlimited made</a>,
 thank-you why. Believe space hot price made quenches also removable 
silky chocolatey market now zesty confident traditional. Admire, 
yourself excites boast, sale, smooth delicious absolutely lost spring 
chance devour, durable, think. Zippy register can't chosen why by can't.</p>
	   <p>Tired, open seasoned whopping appetizing if prevents relaxing while
 makes. Senses find plus go lost absolutely, excites, one. Care spicey 
sleek deserve juicy when it's discount sparkling this choice, peppy 
incredible. If exclusive, deserve survey, tummy out, out if really can't
 reputation. Full warm you, quenches flavored mega. Luscious, terrific 
low-cost, cause outlasts clinically this world's care. Bigger but 
classic jumbo refreshing moist, $19.95 spectacular stains.</p>
	   <p>Appearance lifetime classic most squeezable, mild. Extra wealth light, take blend, can't comes jiffy. Just with great clean 
<a href="#url">velvety</a>
 sold tangy goodbye youthful vibrant only full-bodied trust treat clean.
 Vinyl don't it's pay credit-card included stains, unique. Deal 
multi-purpose tasting, incredible zesty open postage appreciate 
outstanding wherever double.</p>
	   </div> <!-- end column -->
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li pageThree"><a class ="top-a" href="#url">Flyout Menus</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>A flyout any width/depth menu</h2>
	   <div class ="dropEverything-col1">
		  <div class ="dropEverything-inner">
			 <div class ="flyoutMenu">
				<ul>
				    <li><a href="#url">Top Level 1</a></li>
				    <li><a href="#url">Top Level 2 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b</a></li>
								<li><a href="#url">Sub Level 2c</a></li>
								<li><a href="#url">Sub Level 2d</a></li>
							 </ul>
						  </li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 3 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b</a></li>
						  <li><a href="#url">Sub Level 1c +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b +</a>
								    <ul>
								<li><a href="#url">Sub Level 3a</a></li>
								<li><a href="#url">Sub Level 3b</a></li>
								<li><a href="#url">Sub Level 3c</a></li>
								<li><a href="#url">Sub Level 3d</a></li>
								    </ul>
								</li>
								<li><a href="#url">Sub Level 2c</a></li>
							 </ul>
							 </li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 4</a></li>
				    <li><a href="#url">Top Level 5</a></li>
				    <li><a href="#url">Top Level 6 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b</a></li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
					   </ul>
				    </li>
				</ul>
			 </div>
			 <img src="pic8.jpg" alt="" class ="dropEverything-imageLeft">
			 <p>Today bigger world's spend, sold far outside secure. Sale <a href="#url">clinically senses</a>
 seasoned can't, far try cause really cheap market, unlimited made, 
thank-you why. Believe space hot price made quenches also removable 
silky chocolatey market now zesty confident traditional. Admire, 
yourself excites boast, sale, smooth delicious absolutely lost spring 
chance devour, durable, think. Zippy register can't chosen why by can't.</p>
			 <p>Tired, open seasoned whopping appetizing if prevents <a href="#url">relaxing while makes</a>.
 Senses find plus go lost absolutely, excites, one. Care spicey sleek 
deserve juicy when it's discount sparkling this choice, peppy 
incredible. If exclusive, deserve survey, tummy out, out if really can't
 reputation. Full warm you, quenches flavored mega. Luscious, terrific 
low-cost, cause outlasts clinically this world's care. Bigger but 
classic jumbo refreshing moist, $19.95 spectacular stains.</p>
		  </div>
	   </div> <!-- end column -->
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li pageFour"><a class ="top-a" href="#url">Gallery</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>Gallery with hover action, default image and caption with links</h2>
	   <div class ="dropEverything-col1">
		  <div class ="dropEverything-gallery">
			 <ul>
		  <li><img src="pic1.jpg" alt=""><span class ="default"><img src="pic1.jpg" alt="">
<b>Caption one with <a href="#url">link</a></b></span></li>
		  <li><img src="pic2.jpg" alt=""><span><img src="pic2.jpg" alt=""><b>Caption two with <a href="#url">link</a>
</b></span></li>
		  <li><img src="pic3.jpg" alt=""><span><img src="pic3.jpg" alt=""><b>Caption three with <a href="#url">link</a>
</b></span></li>
		  <li><img src="pic4.jpg" alt=""><span><img src="pic4.jpg" alt=""><b>Caption four with <a href="#url">link</a>
</b></span></li>
		  <li><img src="pic5.jpg" alt=""><span><img src="pic5.jpg" alt=""><b>Caption five with <a href="#url">link</a>
</b></span></li>
		  <li><img src="pic6.jpg" alt=""><span><img src="pic6.jpg" alt=""><b>Caption six with <a href="#url">link</a>
</b></span></li>
			 </ul>
		  </div>
	   </div> <!-- end column -->
	   <br class ="clear">
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li pageFive"><a class ="top-a" href="#url">Contact Form</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>Contact Form</h2>
	   <div class ="dropEverything-col1">
		  <form class ="dropEverything-form" action="">
			 <label for="name">Name : </label><input name="name" id="name" value="Name" 
onfocus="if (this.value == 'Name') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Name';}" type="text"><br>
			 <label for="email">Email : </label><input name="email" id="email" value="Email" 
onfocus="if (this.value == 'Email') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Email';}" type="text"><br>
			 <label for="website">Website : </label><input name="website" id="website" 
value="http://" type="text"><br>
			 <label for="subject">Subject : </label><input name="subject" id="subject" 
value="Subject" onfocus="if (this.value == 'Subject') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Subject';}" type="text"><br>
			 <label for="message">Message : </label><textarea name="message" id="message"></textarea><br>
			 <button type="submit" class ="submit">Submit</button>
			 <br class ="clear">
		  </form>
	   </div> <!-- end column -->
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li pageSix"><a class ="top-a" href="#url">Combo Page</a>
<div class ="dropEverything-page">
    <h1>Drop Everything</h1>
    <div class ="dropEverything-row">
	   <h2>Flyout and Dropdown Menus in two adjacent columns</h2>
	   <div class ="dropEverything-col2">
		  <div class ="dropEverything-inner">
			 <div class ="flyoutMenu">
				<ul>
				    <li><a href="#url">Top Level 1 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b</a></li>
								<li><a href="#url">Sub Level 2c</a></li>
								<li><a href="#url">Sub Level 2d</a></li>
							 </ul>
						  </li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 2 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b</a></li>
						  <li><a href="#url">Sub Level 1c +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b +</a>
								    <ul>
								<li><a href="#url">Sub Level 3a</a></li>
								<li><a href="#url">Sub Level 3b</a></li>
								<li><a href="#url">Sub Level 3c</a></li>
								<li><a href="#url">Sub Level 3d</a></li>
								    </ul>
								</li>
								<li><a href="#url">Sub Level 2c</a></li>
							 </ul>
							 </li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 3</a></li>
				    <li><a href="#url">Top Level 4 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b</a></li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
					   </ul>
				    </li>
				</ul>
			 </div>
		  </div>
		  <img src="pic10.jpg" alt="" class ="dropEverything-imageLeft">
		  <p>Lower tired than thought, keen reputation locked-in. Prevents 
tough, latest, tired mountain whiter shopping we herbal inside blast 
that escape. New with, offer product choosy compact zippy. Quick senses 
hello free listen why outstanding lasting as warm satisfying.</p>
	   </div>
	   <div class ="dropEverything-col2">
		  <div class ="dropEverything-inner">
			 <div class ="dropdownMenu">
				<ul>
				    <li><a href="#url">Top Level 1 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b</a></li>
								<li><a href="#url">Sub Level 2c +</a>
								    <ul>
								<li><a href="#url">Sub Level 3a</a></li>
								<li><a href="#url">Sub Level 3b</a></li>
								<li><a href="#url">Sub Level 3c</a></li>
								<li><a href="#url">Sub Level 3d</a></li>
								    </ul>
								</li>
								<li><a href="#url">Sub Level 2d</a></li>
							 </ul>
						  </li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 2 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li><a href="#url">Sub Level 1b</a></li>
						  <li><a href="#url">Sub Level 1c +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b</a></li>
								<li><a href="#url">Sub Level 2c</a></li>
							 </ul>
							 </li>
						  <li><a href="#url">Sub Level 1d</a></li>
						  <li><a href="#url">Sub Level 1e</a></li>
					   </ul>
				    </li>
				    <li><a href="#url">Top Level 3 +</a>
					   <ul>
						  <li><a href="#url">Sub Level 1a</a></li>
						  <li class ="rgt"><a href="#url">Sub Level 1b +</a>
							 <ul>
								<li><a href="#url">Sub Level 2a</a></li>
								<li><a href="#url">Sub Level 2b</a></li>
								<li><a href="#url">Sub Level 2c</a></li>
								<li><a href="#url">Sub Level 2d</a></li>
							 </ul>
						  </li>
						  <li><a href="#url">Sub Level 1c</a></li>
						  <li><a href="#url">Sub Level 1d</a></li>
					   </ul>
				    </li>
				</ul>
			 </div>
			 <br class ="clear">
			 <img src="pic9.jpg" alt="" class ="dropEverything-imageLeft">
			 <p>Sure, out, better brighter extra mild colossal with when. Unique rated, agree grand it's offer clinically, 
can super. <a href="#url">Terrific</a>
 out tummy real we ocean colossal out. Boast, clean simulated longer 
neat makes very grab smooth clean. Tasty, cheap delectable want splash 
original handling latest.</p>
			 <br class ="clear">
		  </div>
	   </div> <!-- end column -->
	   <br class ="clear">
    </div> <!-- end row -->
    <div class ="dropEverything-row">
	   <h2>Three columns</h2>
	   <div class ="dropEverything-col3">
		  <img src="pic1a.jpg" alt="" class ="dropEverything-imageLeft">
		  <p>Thirsty tangy tasting brighter confident quenches burst, sharpest any full only pennies.</p>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col3">
		  <img src="pic2a.jpg" alt="" class ="dropEverything-imageLeft">
		  <p>Multi-purpose, spacious aroma citrus dry pleasing your artificial, stains excellent.</p>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col3">
		  <img src="pic3a.jpg" alt="" class ="dropEverything-imageLeft">
		  <p>Revolutionary less anti kids creamy it's. Velvety classic flavored people ultimate.</p>
	   </div> <!-- end column -->
	   <br class ="clear">
    </div> <!-- end row -->
    <div class ="dropEverything-row">
	   <h2>Six columns</h2>
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="one.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="two.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="three.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="four.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="five.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <div class ="dropEverything-col6">
		  <a href="#url"><img src="six.png" alt="" class ="dropEverything-imageLeft"></a>
	   </div> <!-- end column -->
	   <br class ="clear">
    </div> <!-- end row -->
</div>
</li>
<li class ="top-li top-only"><a class ="top-a" href="#url">Top Level Only</a></li>
<li class ="close"><a class ="top-a" href="#url">Close <b>X</b></a></li>
</ul>
<div style="height:600px;"></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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581





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

برچسب ها :

25 - May - 2014 51 : 02 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
آخرین ارسال: میدوری
minioni abzar چینش تصاویر در سایت بصورت ریسپانسیو با CSS میدوری 0 6,428 20 - January - 2016 31 : 12 PM
آخرین ارسال: میدوری

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

ابزار موضوع



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