Pink Drop-Down Menu - Ash Princess Kawaii
Breaking News
Loading...
10 Maret 2014

Pink Drop-Down Menu

tutorial freebies

A drop-down menu is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one. When the user selects a new value, the control reverts to its inactive state, displaying the selected value. It is often used in the design of graphical user interfaces, including web design.

On this occasion I will make the pink dropdown menu.


 

Put the code as you wish.

The Code:

<select style=”background-color:#ff99cc; width: 200px; font:8pt; border: 1px solid #ffffff; color: #ffffff; font-family:trebuchet ms; font-size:10px;” name=”archivemenu” onchange=”location.href=this.options[this.selectedindex].value;”>
<option />TITLE HERE
<option value="”URL" here" />TITLE
<option value="”URL" here" />TITLE
<option value="”URL" here" />TITLE
<option value="”URL" here" />TITLE</select>
You can change the background color or image. Enjoy! 

0 Comments:

Posting Komentar