قائمة منسدلة جميلة بالجافا

محمود السعيد

عضو جديد
30 نوفمبر 2009
86
0
0
مصر
www.kolkhir.com
477bismellahtt1dp1qm3.gif

f_b048e4c2ebm_0c406a4.gif

للمعاينة من هنا​


التركيب​

الصق الكود فى منطقة الهيدر وغير لما يلزمك​


HTML:
<!--this script got from http://alalbum.bighosted.com/vb-Coded by: Krishna Eydatoula -->
HTML:
[CENTER]<!-- START OF Drop Down DHTML -->
<!-- SUMMARY BRIEFS
 This DHTML script will create a drop down link box out of
 an ordinary link.  VERY COOL!!!!
 The top portion of this script goes above the <BODY> tag.
 The second portion goes where you want the drop down link
 box to be.
-->
 

<style>
<!--
#wrapper{
position:relative;
height:30px
}
#wrapper2{
position:absolute
}
#coffeemenu03{
filter:revealTrans(Duration=1.5,Transition=12)
visibility:hide
}

-->
</style></HEAD>
<BODY>
<ilayer id="coffeemenu01" height=35px>
<layer id="coffeemenu02" visibility=show>
<span id="wrapper">
<span id="wrapper2" onClick="dropit2();event.cancelBubble=true;return false">
<font face="Verdana"><b><a href="notthisbrowser.html">اضغط هنا لرؤية القائمة</a></b></font>
</span>
</span>
</layer>
</ilayer>
<script language="JavaScript1.2">

var enableeffect=true
var selection=new Array()
selection[0]='<font face="ARIAL BLACK"><a href="http://alalbum.bighosted.com/vb">السلام عليكم</a><br>'
selection[1]='<a href="http://alalbum.bighosted.com/vb">مرحبا بكم فى منتديات الألبوم</a><br>'
selection[2]='<a href="http://alalbum.bighosted.com/vb">تفضل بزيارتنا للمزيد من الأكواد</a><br>'
selection[3]='<a href="http://alalbum.bighosted.com/vb">اللهم أنصر الإسلام والمسلمين</a><br>'
selection[4]='<a href="http://alalbum.bighosted.com/vb">للمزيد من الخدمات تفضل بزيارتنا</a><br></font>'
if (document.layers)
document.coffeemenu01.document.coffeemenu02.visibility='show'
function dropit2(){
if (document.all){
coffeemenu03.style.left=document.body.scrollLeft+event.clientX-event.offsetX
coffeemenu03.style.top=document.body.scrollTop+event.clientY-event.offsetY+18
if (coffeemenu03.style.visibility=="hidden"){
if (enableeffect)
coffeemenu03.filters.revealTrans.apply()
coffeemenu03.style.visibility="visible"
if (enableeffect)
coffeemenu03.filters.revealTrans.play()
}
else{
hidemenu()
}
}
}
function dropit(e){
if (document.coffeemenu03.visibility=="hide")
document.coffeemenu03.visibility="show"
else
document.coffeemenu03.visibility="hide"
document.coffeemenu03.left=e.pageX-e.layerX
document.coffeemenu03.top=e.pageY-e.layerY+19
return false
}
function hidemenu(){
if (enableeffect)
coffeemenu03.filters.revealTrans.stop()
coffeemenu03.style.visibility="hidden"
}
function hidemenu2(){
document.coffeemenu03.visibility="hide"
}
if (document.layers){
document.coffeemenu01.document.coffeemenu02.captureEvents(Event.CLICK)
document.coffeemenu01.document.coffeemenu02.onclick=dropit
}
else if (document.all)
document.body.onclick=hidemenu
</script>
<div id="coffeemenu03" style="position:absolute;left:0;top:0;layer-background-color:#C0C0C0;background-color:#C0C0C0;width:200;visibility:hidden;border:2px solid black;padding:0px">
<script language="JavaScript1.2">
if (document.all)
coffeemenu03.style.padding='4px'
for (i=0;i<selection.length;i++)
document.write(selection[i])
</script>
</div>
<script language="JavaScript1.2">
if (document.layers){
document.coffeemenu03.captureEvents(Event.CLICK)
document.coffeemenu03.onclick=hidemenu2
}
</script>
<!-- END OF Drop Down DHTML -->[/CENTER]