Search Dropdown
HTML Код! - Копирай кода!
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Search Dropdown</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<section class="container">
<form class="search" method="post" action="index.html">
<input type="search" name="q" placeholder="Search..." autocomplete="off">
<ul class="search-ac">
<li><a href="index.html">Search Result #1<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #2<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #3<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #4</a></li>
</ul>
</form>
</section>
<section class="about">
<p class="about-links">
<a href="http://www.cssflow.com/snippets/search-dropdown" target="_parent">View Article</a>
<a href="http://www.cssflow.com/snippets/search-dropdown.zip" target="_parent">Download</a>
</p>
<p class="about-author">
© 2012–2013 <a href="http://thibaut.me" target="_blank">Thibaut Courouble</a> -
<a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a><br>
Original PSD by <a href="http://365psd.com/day/2-253/" target="_blank">Blaze Pollard</a>
</p>
</section>
</body>
</html>
HTML Код! - Копирай кода!
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Search Dropdown</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<section class="container">
<form class="search" method="post" action="index.html">
<input type="search" name="q" placeholder="Search..." autocomplete="off">
<ul class="search-ac">
<li><a href="index.html">Search Result #1<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #2<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #3<br><span>Description...</span></a></li>
<li><a href="index.html">Search Result #4</a></li>
</ul>
</form>
</section>
<section class="about">
<p class="about-links">
<a href="http://www.cssflow.com/snippets/search-dropdown" target="_parent">View Article</a>
<a href="http://www.cssflow.com/snippets/search-dropdown.zip" target="_parent">Download</a>
</p>
<p class="about-author">
© 2012–2013 <a href="http://thibaut.me" target="_blank">Thibaut Courouble</a> -
<a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a><br>
Original PSD by <a href="http://365psd.com/day/2-253/" target="_blank">Blaze Pollard</a>
</p>
</section>
</body>
</html>
Няма коментари:
Публикуване на коментар