Kuzey
Platin Üye
-
- Katılım
- Eylül 10, 2012
-
- Mesajlar
- 19,314
-
- Tepkime puanı
- 40
-
- Puanları
- 308
-
- Yaş
- 33
-
- Konum
- TamOtuzBeş
Drop Down Menu Html Css
Açılır menu form nesneleri içindeki listelerin css yardımı ile farklı renkler ile belirgin hale getirilmesi:
HTML:
<style type="text/css"> <!-- option { font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; } option.bir {background-color: #B0C4D0;} option.iki {background-color: #999;} option.uc {background-color: #666; color: white;} --> </style>
<form name="css-stil-ornek"> <b> Drop Down Menu | Açılır menu </b> <select name="select-adi" SIZE="1"> <option class="bir">drop down menu html css</option> <option class="iki">drop down menu html css</option> <option class="uc">drop down menu html css</option> <option class="bir">drop down menu html css</option> <option class="iki">drop down menu html css</option> <option class="uc">drop down menu html css</option> </select> </form>