ازرار المنتدى |
أهلا وسهلا بك يا نتمنى قضاء افضل الاوقات في ربوع منتديات اوديسا اذا كنت زائر فتفضل بالتسجيل من هنا اما اذا كنت من اعضائنا الاعزاء فتفضل بالدخول من هنا
|
المنتدى محمي بواسطة NOD ESET 32
|
|
| | |
| |
|
| |
| | |
|
| عمل وصف للرابط يظهر في أسفل الصفحة | |
| كاتب الموضوع | رسالة |
---|
| موضوع: عمل وصف للرابط يظهر في أسفل الصفحة السبت يوليو 30, 2011 9:25 pm | |
|
عمل وصف للرابط يظهر في أسفل الصفحة مصدر الموضوع الاصلي: عمل وصف للرابط يظهر في أسفل الصفحة
عمل وصف للرابط يظهر في أسفل الصفحة ضع مؤشر الماوس هنا و انظر الى الأسفل ضع مؤشر الماوس هنا و انظر الى الأسفل ضع مؤشر الماوس هنا و انظر الى الأسفل طريقة التركيب
- الكود:
-
<script type="text/javascript">
/*********************************************** * Bottom slide tooltip- by Ron Grafe (mailto:grafer@REMOVETHIScolumbus.rr.com) * Website URL: http://www.gdevresources.com * Script modified by and available at Dynamic Drive: http://www.dynamicdrive.com/ * Translated By www.star28.com ***********************************************/
//SET TOOLTIP DESCRIPTIONS BELOW //Extend or contract array as needed var description=new Array() description[0]='وصف عادي' description[1]='<b>وصف بخط عريض' description[2]='<i>وصف بخط مائل'
//Do not edit below here
iens6=document.all||document.getElementById ns4=document.layers
// GLOBAL VARIABLES var thename var theobj var thetext var winHeight var winPositionFromTop var winWidth var startH=2 var openTimer // END GLOBAL VARIABLES
// GLOBAL FUNCTIONS
function ietruebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body }
function setObj(text,theswitch,inwidth,inheight) { thetext=text if(iens6){ thename = "viewer" theobj=document.getElementById? document.getElementById(thename):document.all.thename winHeight=100 if(iens6&&document.all) { winPositionFromTop=!window.opera? ietruebody().clientHeight : document.body.clientHeight winWidth=(ietruebody().clientWidth-ietruebody().leftMargin) } if(iens6&&!document.all) { winPositionFromTop=window.innerHeight winWidth=(window.innerWidth-(ietruebody().offsetLeft+30)) } if(theswitch=="override") { winWidth=inwidth winHeight=inheight } theobj.style.width=winWidth+"px" theobj.style.height=startH+"px" if(iens6&&document.all) { theobj.style.top=ietruebody().scrollTop+winPositionFromTop+"px" http://window.status=winPositionFromTop theobj.innerHTML = "" theobj.insertAdjacentHTML("BeforeEnd","<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>") } if(iens6&&!document.all) { theobj.style.top=window.pageYOffset+winPositionFromTop+"px" theobj.innerHTML = "" theobj.innerHTML="<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>" } } if(ns4){ thename = "nsviewer" theobj = eval("document."+thename) winPositionFromTop=window.innerHeight winWidth=window.innerWidth winHeight=100 if(theswitch=="override") { winWidth=inwidth winHeight=inheight } theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop)) theobj.width=winWidth theobj.clip.width=winWidth theobj.document.write("<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>") theobj.document.close() } viewIt() }
function viewIt() { if(startH<=winHeight) { if(iens6) { theobj.style.visibility="visible" if(iens6&&document.all) { theobj.style.top=(ietruebody().scrollTop+winPositionFromTop)-startH+"px" } if(iens6&&!document.all) { theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH+"px" } theobj.style.height=startH+"px" startH+=2 openTimer=setTimeout("viewIt()",10) } if(ns4) { theobj.visibility = "visible" theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH)) theobj.height=startH theobj.clip.height=(startH) startH+=2 openTimer=setTimeout("viewIt()",10) } }else{ clearTimeout(openTimer) } }
function stopIt() { if(iens6) { theobj.innerHTML = "" theobj.style.visibility="hidden" startH=2 } if(ns4) { theobj.document.write("") theobj.document.close() theobj.visibility="hidden" theobj.width=0 theobj.height=0 theobj.clip.width=0 theobj.clip.height=0 startH=2 } } // END GLOBAL FUNCTIONS --> </script> <!--DEFAULT SETTINGS SNIPPET: PLACE INSIDE ANY TAG THAT SUPPORTS THE ONMOUSEOVER EVENT onmouseover="setObj(description[0])" onmouseout="clearTimeout(openTimer);stopIt()" END DEFAULT SETTINGS SNIPPET-->
<!--DEFAULT SETTINGS OVERRIDE SNIPPET: PLACE INSIDE ANY TAG THAT SUPPORTS THE ONMOUSEOVER EVENT onmouseover="setObj(description[0],'override',your width here,your height here)" onmouseout="clearTimeout(openTimer);stopIt()" END DEFAULT SETTINGS OVERRIDE SNIPPET-->
<!-- onmouseover="setObj(description[0] تعني خط ظهور الوصف بخط عادي --> <!-- onmouseover="setObj(description[1] تعني خط ظهور الوصف بخط عريض --> <!-- onmouseover="setObj(description[2] تعني خط ظهور الوصف بخط مائل --> <a href="http://www.star28.com" onmouseover="setObj(description[0],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و انظر الى الأسفل</a> <a href="http://www.star28.com" onmouseover="setObj(description[1],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و انظر الى الأسفل</a> <a href="http://www.star28.com" onmouseover="setObj(description[2],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و انظر الى الأسفل</a>
<layer name="nsviewer" bgcolor="#FFFFCC" style="border-width:thin;z-index:1"></layer> <script type="text/javascript"> if (iens6){ document.write("<div id='viewer' style='background-color:#FFFFCC;visibility:hidden;position:absolute;left:0;width:0;height:0;z-index:1;overflow:hidden;border:0px ridge white'></div>") } if (ns4){ hideobj = eval("document.nsviewer") hideobj.visibility="hidden" } </script>
|
| | | | موضوع: رد: عمل وصف للرابط يظهر في أسفل الصفحة السبت يوليو 30, 2011 9:26 pm | |
| | ") } if(iens6&&!document.all) { theobj.style.top=window.pageYOffset+winPositionFromTop+"px" theobj.innerHTML = "" theobj.innerHTML="width="+winWidth+" height="+winHeight+" border=1> | | width=100% valign=top>style='color:black;font-weight:normal'>"+thetext+" " } } if(ns4){ thename = "nsviewer" theobj = eval("document."+thename) winPositionFromTop=window.innerHeight winWidth=window.innerWidth winHeight=100 if(theswitch=="override") { winWidth=inwidth winHeight=inheight } theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop)) theobj.width=winWidth theobj.clip.width=winWidth theobj.document.write(" height="+winHeight+" border=1> | | valign=top>style='color:black;font-weight:normal'>"+thetext+"
")
theobj.document.close()
}
viewIt()
}
function viewIt() {
if(startH<=winHeight) {
if(iens6) {
theobj.style.visibility="visible"
if(iens6&&document.all) {
theobj.style.top=(ietruebody().scrollTop+winPositionFromTop)-startH+"px"
}
if(iens6&&!document.all) {
theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH+"px"
}
theobj.style.height=startH+"px"
startH+=2
openTimer=setTimeout("viewIt()",10)
}
if(ns4) {
theobj.visibility = "visible"
theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH))
theobj.height=startH
theobj.clip.height=(startH)
startH+=2
openTimer=setTimeout("viewIt()",10)
}
}else{
clearTimeout(openTimer)
}
}
function stopIt() {
if(iens6) {
theobj.innerHTML = ""
theobj.style.visibility="hidden"
startH=2
}
if(ns4) {
theobj.document.write("")
theobj.document.close()
theobj.visibility="hidden"
theobj.width=0
theobj.height=0
theobj.clip.width=0
theobj.clip.height=0
startH=2
}
}
// END GLOBAL FUNCTIONS -->
href="http://www.star28.com"
onmouseover="setObj(description[0],'override',550,30)"
onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و
انظر الى الأسفل
onmouseover="setObj(description[1],'override',550,30)"
onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و
انظر الى الأسفل
onmouseover="setObj(description[2],'override',550,30)"
onmouseout="clearTimeout(openTimer);stopIt()">ضع مؤشر الماوس هنا و
انظر الى الأسفل
if (iens6){
document.write(" id='viewer'
style='background-color:#FFFFCC;visibility:hidden;position:absolute;left:0;width:0;height:0;z-index:1;overflow:hidden;border:0px
ridge white'>