النتائج 1 إلى 10 من 10

الموضوع: :: اشلون يسووّن السكرول بار هذا ؟؟ :: عاجل ؟؟!!

  1. #1

    :: اشلون يسووّن السكرول بار هذا ؟؟ :: عاجل ؟؟!!



    السكرول هذا ..



    انظر موقع يونس مثال ذلك :
    http://yonis.ws/indx.php

    أعلم أنّ الموضوع هو باستخدام جافا ..

    فتحت السورس لكن العزيز يونس مسوي بلاوي ومصايب عن لا حد يشوف السورس .. سبيسات أكبر من سبيس تون :P
    وتخربطت بين الأكواد ..

    فيا ريت احد يدلني على الكود أو موقع او أي موضوع له علاقة ..

    ..





    __________________
    │║▌║█║▌║▌││║▌║█║▌│║▌║█
    w w w . m a r h o o n s . c o m


  2. #2


    حركة حلوة شريط التمرير

    هذا الكود اللى طلبته :nice:

    كود:
    <map name="FPMap1">
                <area onmouseover="timer = window.setInterval('doScrolling(-7)', 7);" onmouseout="window.clearInterval(timer);" shape="polygon" coords="16, 13, 15, 38, 0, 39, 2, 21">
                <area onmouseover="timer = window.setInterval('doScrolling(5)', 5);" onmouseout="window.clearInterval(timer);" shape="polygon" coords="1, 38, 3, 58, 15, 65, 16, 39">
                </map>
    كود الصورة الخاصة بشريط التمرير

    كود:
     <img border="0" style="cursor:hand" src="images/scroller.jpg" usemap="#FPMap1" width="38" height="71">






    __________________
    قد تكون مجرد شخص للعالم وتكون بنفس اللحظة العالم كله لشخص ما

  3. #3


    ناقص اخي ..

    وهذا عجل شغلتة !! :nice:



    كود:
    <SCRIPT language=JavaScript>
    //Scroll
    var timer;
    var currYpos = 0;
    
    function doScrolling(move){
     currYpos = window.frames["body_contents"].document.body.scrollTop;
     currYpos += move;
     window.frames["body_contents"].scrollTo(10, currYpos);
    }
    
    var fRunning =0
    
    function StartTrans(which2,xchng)
    {
    	if (fRunning == 0)
    	{
    		fRunning = 1
    		which2.filters.blendTrans.Apply();
    		which2.src = xchng;
    		which2.filters.blendTrans.Play()
    	}
    }
    
    function EndTrans(which2,xchng)
    {
    	
    		fRunning = 0
    		which2.filters.blendTrans.Apply();
    		which2.src = xchng;
    		which2.filters.blendTrans.Play()
    }
    </SCRIPT>
    نطلب واحد جرّب الشغلة !! ..

    مع العلم أنّ السكرول يحرّك الـ ifream ... وليس الصفحة الأم ..

    يالله مين يجيب الحل ؟؟





    __________________
    │║▌║█║▌║▌││║▌║█║▌│║▌║█
    w w w . m a r h o o n s . c o m

  4. #4
    عضو سوبر نشيط
    تاريخ التسجيل
    Dec 2004
    المشاركات
    643


    باين عليه الولد هذا مو هين !! أي بلاوي أي مصايب

    لا وشوفو وش كاتب

    كود:
    <!-- HTML Code Hider v2.5 --!>
    
    اهلا وسهلا
    حيا الله من جانا
    
    
    ليش تفتح السورس تبي تعور راسك بس
    
    
    -->
    بس على مين ؟؟
    هذا الكود تفضل هذا هو ولا تنساني من الدعاء لي ولوالديني

    وتراه شغال ومجرب 100 %

    كود HTML:
    <style TYPE="text/css">
    <!-- 
    .textanimlink, a {
    text-decoration : none;
    }
    P.main {
    	font-family : Arial;
    	font-size : 20pt;
    	font-weight : bold;
    }
    -->
    </style>
    <style>
    A:link {text-decoration: none;  color: #363F78;}
    A:visited {text-decoration: none;  color: #363F78;}
    A:hover {text-decoration: none;color: red;}
    </style>
    <!-- start pics -->
    <script>
    nereidFadeObjects = new Object();
    nereidFadeTimers = new Object();
    function nereidFade(object, destOp, rate, delta){
    if (!document.all)
    return
    if (object != "[object]"){ 
    setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
    return;
    }
    
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
    direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;
    
    if (object.filters.alpha.opacity != destOp){
    nereidFadeObjects[object.sourceIndex]=object;
    nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
    }
    </script>
    <!-- end pics -->
    <script language="JavaScript1.2">
    function high(which){
    theobject=which
    highlighting=setInterval("highlightit(theobject)",50)
    }
    function low(which){
    clearInterval(highlighting)
    which.filters.alpha.opacity=60 //
    }
    function highlightit(cur){
    if (cur.filters.alpha.opacity<100)
    cur.filters.alpha.opacity+=5
    else if (window.highlighting)
    clearInterval(highlighting)
    }
    
    </script>
    <!-- Alpha -->
    
    <SCRIPT language="JavaScript">
    //Scroll
    var timer;
    var currYpos = 0;
    
    function doScrolling(move){
     currYpos = window.frames["body_contents"].document.body.scrollTop;
     currYpos += move;
     window.frames["body_contents"].scrollTo(10, currYpos);
    }
    
    var fRunning =0
    
    function StartTrans(which2,xchng)
    {
    	if (fRunning == 0)
    	{
    		fRunning = 1
    		which2.filters.blendTrans.Apply();
    		which2.src = xchng;
    		which2.filters.blendTrans.Play()
    	}
    }
    
    function EndTrans(which2,xchng)
    {
    	
    		fRunning = 0
    		which2.filters.blendTrans.Apply();
    		which2.src = xchng;
    		which2.filters.blendTrans.Play()
    }
    </SCRIPT></head>
    <body BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" rightmargin="0" bottommargin="0">
    <center>
    <div align="center" style="width: 760; height: 859">
      <center dir="rtl">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; font-size:10pt" bordercolor="#111111" id="AutoNumber1" width="412" height="1">
      <tr>
    
        <td width="404" style="color:#0066B9; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1" rowspan="2" height="1" align="center" valign="top">
        <table border="1" cellpadding="0" cellspacing="0" style="border-width:0; border-collapse: collapse" bordercolor="#111111" width="97%" id="AutoNumber7" height="846">
          <tr>
            <td width="100%" valign="top" style="border-style: none; border-width: medium" height="846">
               <div align="center">
     <TABLE dir=ltr WIDTH="404" BORDER=0 CELLPADDING=0 CELLSPACING=0 height="962">
    	<tr>
    		<TD width="38" height="33">
    			&nbsp;</TD>
    		<TD width="325" height="33" dir="rtl">
                </TD>
    		<TD COLSPAN=2 height="33" width="41">
    			&nbsp;</TD>
    	</tr>
    <TR>
    		<TD width="38" height="896">
                <map name="FPMap1">
                <area onmouseover="timer = window.setInterval('doScrolling(-7)', 7);" onmouseout="window.clearInterval(timer);" shape="polygon" coords="16, 13, 15, 38, 0, 39, 2, 21">
                <area onmouseover="timer = window.setInterval('doScrolling(5)', 5);" onmouseout="window.clearInterval(timer);" shape="polygon" coords="1, 38, 3, 58, 15, 65, 16, 39">
                </map>
                <img border="0" style="cursor:hand" src="scroller.jpg" usemap="#FPMap1" width="38" height="71"><p>&nbsp;</p>
                <img style="cursor:hand" border="0" src="scroller.jpg" usemap="#FPMap1" width="38" height="71"></TD>
    		<TD align="right" valign="top" dir="rtl" width="325" height="896" bgcolor="#FFFFFF">
    		
    <iframe marginwidth='1' marginheight='1' height='99%' width='329' name='body_contents' border='0' frameborder='0' src='../My%20Documents/www/al3rb/index.htm' style='color: #0066B9' scrolling='no' align='right'></iframe><!--webbot bot="HTMLMarkup" endspan -->		</TD>
    		<TD width="40" height="896">
    			&nbsp;</TD>
    	</TR>
    
    	<tr>
    		<TD width="38" height="32">
    			&nbsp;</TD>
    		<TD width="325" height="32"></TD>
    		<TD COLSPAN=2 height="32" width="41">
    			&nbsp;</TD>
    	</tr>
    	<tr>
    		<td width="38" height="1"></td>
    		<td width="325" height="1"></td>
    		<td width="40" height="1"></td>
    		<td height="1" width="1">
    على فكرة أي برنامج استخدمته في فتح السورس ؟؟





    __________________
    تفضل بزيارة مدونتي:
    http://www.i3ziz.com

    للمراسلة:
    http://illusion.arabform.com

  5. #5


    أخي ..

    بداية أشكرك جزيل الشكر ..

    استخدمت الفرونت بيج 2003 >>> بعد حفظ الصفحة على الجهاز ..


    ولم تفلح الطريقة معي أيضا !!

    شوف الملف مرفق ويا ريت تحل المشكلة الموجودة !!

    وأكون لك من الشاكرين ..

    :con2: لا حد يبوق البوردر حقوقة محفوظة

    بانتظارك أخي !!





    الملفات المرفقة الملفات المرفقة
    __________________
    │║▌║█║▌║▌││║▌║█║▌│║▌║█
    w w w . m a r h o o n s . c o m

  6. #6
    عضو فعال
    تاريخ التسجيل
    Apr 2004
    المشاركات
    1,404

  7. #7


    رفع





    __________________
    │║▌║█║▌║▌││║▌║█║▌│║▌║█
    w w w . m a r h o o n s . c o m

  8. #8


    رفع





    __________________
    │║▌║█║▌║▌││║▌║█║▌│║▌║█
    w w w . m a r h o o n s . c o m

  9. #9
    عضو فعال
    تاريخ التسجيل
    Apr 2004
    المشاركات
    1,404

  10. #10
    عضو فعال جدا
    تاريخ التسجيل
    Feb 2003
    المشاركات
    2,313


    اقتباس المشاركة الأصلية كتبت بواسطة v123v.com
    باين عليه الولد هذا مو هين !! أي بلاوي أي مصايب
    44 ما نعرفهم, 23 من ربعنا 1 منخش

    مو هين صراحه ويستاهل دعوه
    شوف هاذي
    http://yonis.ws/art/horezon.jpg





    __________________
    Be Happy





ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | دليل الكويت العقاري | مقروء | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض