ตัวอย่าง

   

   

      

 1. Code1 ใส่ใน Tag <head>   Code2 ใส่ใน Tag <body>
 2.Code2 เปลี่ยนแปลงตฎแหน่งและขนาดของเมนูที่
<div id="Layer1"style="position:absolute; left:280px; top:200px; width:164px; height:21px; z-index:1">  left:280px;top:200px หมายถึงตำแหน่งที่ จากด้านซ้าย=280pixelและต่ำจากด้านบน =200pixel
 3. Code2 กำหนดสีเมนูและสีแบบตัวอักษรที่
style="background-color:#FF0000; border-style:1px; font-size: 16; color: #FFFF00; font-family: AngsanaUPC,MS Sans Serif,System" 
 4. Code2 กำหนดรายการในเมนูที่ 
              
<option value="">ค้นหาด่วน</option>
               <option value="http://www.geocities.com/banabana_web/index.html">หน้าแรก</option>
                ................................................

    สามารถเพิ่มรายการได้ตามต้องการ
Code1
 <script language="JavaScript">

<!--

function MM_jumpMenu(targ,selObj,restore){ //v3.0

eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

if (restore) selObj.selectedIndex=0;

}

//-->

</script>

Code2
  <!--บรรทัดข้างล่างนี้กำหนดตำแหน่งของเมนู-->

<div id="Layer1"style="position:absolute; left:280px; top:200px; width:164px; height:21px; z-index:1">

<form method="post" action>

<p>

<select name="select" onChange="window.open(this.options[this.selectedIndex].value,'_top');"

 style="background-color:#FF0000; border-style:1px; font-size: 16; color: #FFFF00; font-family: AngsanaUPC,MS Sans Serif,System"//กำหนดสีเมนูและแบบ,สี,ขนาดของอํกษร size="1">

<option value="">ค้นหาด่วน</option>

<option value="http://www.geocities.com/banabana_web/index.html">หน้าแรก</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_linkdes.html">Link Descript </option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_iframe.html">I-Frame </option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_newsupdate.html">News Update </option>

<option value="http://www.geocities.com/banabana_web/banabana/html2/code_bgscroller.html">BG Scroller </option>

<option value="http://www.geocities.com/banabana_web/banabana/html2/code_bannerads.html">Banner Ads</option>

<option value="http://www.geocities.com/banabana_web/banabana/html2/code_movingtext1.html">Moving Text1 </option>

<option value="http://www.geocities.com/banabana_web/banabana/html2/code_movingtext2.html">Moving Text2</option>

<option value="http://www.geocities.com/banabana_web/banabana/html2/code_movingtext3.html">Moving Text3 </option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_shocktext.html">Shock Text </option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_firetext.html">Fire Text </option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_statusbar1.html">Statusbar1</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_statusbar2.html">Statusbar2</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_statusbar3.html">Statusbar3</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_linkdes2.html">Link Descript2</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_checkcolor.html">Check Color</option>

<option value="http://www.geocities.com/banabana_web/banabana/html/code_changebgcolor.html">Change BGcolor</option>

 </select>

</p>

</form>

</div>

[ Home ]  [ Chatroom ]  [ Board 1]  [Board 2 ]  [ Book ]  [ Sourcecode ]  [ Free ]  [ Servicesite ]  [ Link ]

1