Advertisement
f-ashionabelle

Drop down menu tutorial

Jul 26th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Copy and paste the code below to where you want the drop down menu to be place on your blog:
  2.  
  3. <form name=”gotolocation1” method=”POST” ACTION=URI>
  4. <select name=”cherrybammenu1” style=”font-family:calibri; font-size:10px; color:#999; background:#fff;”>
  5. <option >TITLE</option>
  6. <option value=”http://LINK 1 URL">LINK 1</option>
  7. <option value=”http://”LINK 2 URL">LINK 2</option>
  8. <option value=”http://LINK 3 URL">LINK 3</option>
  9. </select>
  10.  
  11. ** Remember to change the title to what title you want and change the url of the link to what link that you want to link
  12.  
  13. - To change the font size find: font-family:calibri and change it to a font in the font family you want to use.
  14. - To change the font size: change font-size:10px to a number until you get it to what you want.
  15. - Change color:#999 to what color you want.
  16. - Change background:#fff to the color of the backgound you want.
  17. - To put a background image in the drop down menu ->background:url('IMAGE URL HERE'); <-. Remember to change IMAGE URL HERE to the url of the image you want to use.
  18.  
  19. ** Retype all the quotation marks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement