Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1.  
  2. <form name="frmFindAStore" id="frmFindAStore" action="#" method="post">
  3.  
  4. <ul id="frmControls">
  5. <li>
  6. <label for="cityInput">City</label>
  7. <br>
  8. <input type="text" id="cityInput" size="30" class="field cityField">
  9. </li>
  10. <li style="height:40px;">
  11. <div style="float:left;">
  12.  
  13. <label for="stateInput">State</label>
  14. <br>
  15. <input type="text" id="stateInput" size="3" class="field">
  16. </div>
  17. <div style="float:left;margin-left:10px;">
  18. <label for="zipInput">Zip</label>
  19. <br>
  20. <input type="text" id="zipInput" size="6" class="field" maxlength="5">
  21.  
  22. </div>
  23. </li>
  24. <li style="clear:both;">
  25. <div class="button" id="finderCssButton" style="display: block;float:none;width:100px"> <a id="btnFindAStore" class="btnStyle1" href="#" style="float:none;"> <span>find a store</span> </a> </div>
  26. </li>
  27. </ul>
  28. <div id="frmOptions">
  29.  
  30. <b style="color:#666;">Looking for?</b>
  31. <div>
  32. <img src="/pix/maps/bike_Icon.gif" alt="" title="Stores listed in your search results displaying this icon will have a Bike Shop at that location.">
  33. <span>Bike Shop</span>
  34. </div>
  35. <div>
  36. <img src="/pix/maps/ski_Icon.gif" alt="" title="Stores listed in your search results displaying this icon will have a Ski Shop at that location.">
  37. <span>Ski Shop</span>
  38.  
  39. </div>
  40. <div>
  41. <img src="/pix/maps/rentals_icon.gif" alt="" title="When you see this icon in your search results, you can hover over it to view available in-store rentals at that location.">
  42. <span>Store Rentals</span>
  43. </div>
  44. </div>
  45. </form>
Add Comment
Please, Sign In to add comment