Please help me to change this textbox to dropdownlist
Hello Everyone,
Please help me to change the textbox to dropdownlist with the option: (Condominium, Condotel, Condormitel, House and Lot)
Thank you very, very, very much!!!!!!................
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Properties</title>
- <style>
- body {
- background:#fff;
- color:#000;
- font:75%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
- }
- #wrap {
- width: 610px;
- position: relative;
- left: 50%;
- margin-left: -600px;
- }
- #header {
- position:relative;
- line-height:1em;
- }
- input {
- border:1px solid #ccc;
- border-bottom-color:#eee;
- border-right-color:#eee;
- box-sizing:border-box;
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- -ms-box-sizing:border-box;
- font-size:1em;
- height:2.25em;
- *height:1.5em;
- line-height:1.5em;
- padding:0.29em 0;
- width:100%;
- margin:0 0 0.75em;
- }
- .filterform {
- width:220px;
- font-size:12px;
- display:block;
- }
- .filterform input {
- -moz-border-radius:5px;
- border-radius:5px;
- -webkit-border-radius:5px;
- }
- .entry {
- margin: 0 0 0 0;
- padding: 3px 0;
- border-top: solid thin #666;
- border-bottom: solid thin #222;
- height:190px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .movieTitle {
- font-size:14px;
- color:black;
- font-weight: bold;
- margin-bottom: 1px;
- color:#000;
- }
- .field {
- font-weight:bold;
- color:#777;
- }
- .info {
- color:#000;
- }
-
- </style>
- <script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
- <script>
- (function ($) {
- jQuery.expr[':'].Contains = function (a, i, m) {
- return(a.textContent || a.innerText || "").toUpperCase().indexOf(m[3].toUpperCase()) >= 0;
- };
- function listFilter(header, list) {
- var form = $("<form>").attr({
- "class": "filterform",
- "action": "#"
- }),
- input = $("<input>").attr({
- "class": "filterinput",
- "type": "text"
- });
- $(form).append(input).appendTo(header);
- $(input).change(function () {
- var filter = $(this).val();
- if(filter) {
- $(list).find(".movieTitle:not(:Contains(" + filter + "))").parent().slideUp();
- $(list).find(".movieTitle:Contains(" + filter + ")").parent().slideDown();
- } else {
- $(list).find(".entry").slideDown();
- }
- return false;
- }).keyup(function () {
- $(this).change();
- });
- }
- $(function () {
- listFilter($("#header"), $("#list"));
- });
- }(jQuery));
- </script>
- </head>
- <body>
- <div id="wrap">
- <h1 id="header">Search for Properties</h1>
- <div id="list">
- <div class="entry">
- <img src="http://static.wix.com/media/33d072_2cd7b9254b192ba7f1d9348b926b5765.png_srz_230_170_75_22_0.50_1.20_0.00_png_srz"
- alt="Hotel 101" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_cbb7832d5fbeda99fd2049dfe0a1a5c0.png_srz_230_170_75_22_0.50_1.20_0.00_png_srz"
- alt="Hotel 101" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_d1c463d343e8b990ddc5316b89fa5000.png_srz_215_170_75_22_0.50_1.20_0.00_png_srz"
- alt="Hotel 101" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_4400f7d68f4e63c40cae5f7fb0153820.png_srz_230_165_75_22_0.50_1.20_0.00_png_srz"
- alt="Hotel 101" width="150" height="100">
- <div class="info"> <b><font size = 4> Hotel 101</font></b>
- </div>
- <div class="movieTitle"><span class="field">Property Type:</span>Condotel</div>
- <div class="info"><span class="field">Price:</span> 3,188,000 Php</div>
- <div class="info"><span class="field">Location:</span>EDSA Extension corner Macapagal Boulevard,
- Pasay City, Metro Manila</div>
- <div class="info"><span class="field">Developer:</span> Hotel 101 Manila</div>
- </div>
- <div class="entry">
- <img src="http://static.wix.com/media/33d072_b57abfc25faf8042f02245701bdfd443.jpg_srz_215_155_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Laureano di Trevi" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_cdc132a8e56f245126ae4f50c9a2309d.jpg_srz_225_165_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Laureano di Trevi" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_e998fd67369ae1f408c78c487f0072de.jpg_srz_210_170_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Laureano di Trevi" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_19ea7b39657812b316a0e2b88d818b07.jpg_srz_225_165_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Laureano di Trevi" width="150" height="100">
- <div class="info"> <b><font size = 4>Laureano di Trevi</font></b>
- </div>
- <div class="movieTitle"><span class="field">Property Type:</span>Condominium</div>
- <div class="info"><span class="field">Price:</span> 2,531,990 Php</div>
- <div class="info"><span class="field">Location:</span>2216 Calle Estacion, Chino Roces Ave.,
- Makati City, Metro Manila</div>
- <div class="info"><span class="field">Developer:</span> Vistaland and Lifescapes, Inc.</div>
- </div>
- <div class="entry">
- <img src="http://static.wix.com/media/33d072_3fa74890c7d330189d99ab80124a9537.jpg_srz_175_165_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Space Manila" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_d9899a2de72ee98ce9a273f43315ed84.jpg_srz_225_163_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Space Manila" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_13ef7990f6c3e854811f84294d689fc9.jpg_srz_210_165_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Space Manila" width="150" height="100">
- <img src="http://static.wix.com/media/33d072_5cd998c47c2cdf71c01dddc5749bd818.jpg_srz_225_163_75_22_0.50_1.20_0.00_jpg_srz"
- alt="Space Manila" width="150" height="100">
- <div class="info"> <b><font size = 4>Space manila</font></b>
- </div>
- <div class="movieTitle"><span class="field">Property Type:</span>Condormitel</div>
- <div class="info"><span class="field">Price:</span> 1,356,000 Php</div>
- <div class="info"><span class="field">Location:</span>Near Adamson University, Manila, Metro
- Manila</div>
- <div class="info"><span class="field">Developer:</span> Major Homes</div>
- </div>
- </div>
- </body>
- </html>
[moderator edited]