Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.47 KB | None | 0 0
  1. <div id="nav">
  2. <ul>
  3. <li><a href="index.php"><img src="images/nav_home.png" width="65" height="22" border="0" /></a></li>
  4. <li><a href="about-us.php"><img src="images/nav_about.png" width="70" height="22" border="0" /></a></li>
  5. <li><a href="our-products.php"><img src="images/nav_products.png" width="87" height="22" border="0" /></a></li>
  6. <li><a href="faq.php"><img src="images/nav_faq.png" width="61" height="22" border="0" /></a></li>
  7. <li><a href="contact.php"><img src="images/nav_contact.png" width="80" height="21" border="0" /></a></li>
  8. <li>Dolor Sit
  9. <ul>
  10. <li>Lorem Ipsum</li>
  11. <li>Lorem Ipsum</li>
  12. <li>Lorem Ipsum</li>
  13. </ul>
  14. </li>
  15. </li>
  16. <li>Lorem Ipsum</li>
  17. </ul>  
  18.  
  19.   <div id="searchbar">
  20.     <form id="searchform" name="searchform" method="post" action="search.php">
  21.    
  22.     <input type="text" name="stext" id="stext" size="25" value=" ENTER SEARCH WORD HERE"  onblur="if(this.value=='') this.value=' ENTER SEARCH WORD HERE';" onfocus="if(this.value==' ENTER SEARCH WORD HERE') this.value='';" />
  23.     <input name="submit" type="image" id="sendbutt" src="images/search-button.jpg" align="middle"/>
  24.       <input type="hidden" name="nobox" value="true"/>
  25.       <input type="hidden" name="posted" value="1"/>
  26.             </form>
  27.   </div>
  28.  
  29.   <div id="rightlinks"><a href="../cart.php"><img src="images/nav_view-cart.png" width="64" height="21" border="0" /></a><a href="../cart.php"><img src="images/nav_checkout.png" width="64" height="21" border="0" /></a></div>
  30.  
  31.   </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement