ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Navigieren per Pfeiltasten geht nicht

Geschlossen
  1. #1
    User Pic
    Bonker2009 Mitglied
    Registriert seit
    12.01.2012
    Beiträge
    3
    Beitragswertungen
    0 Beitragspunkte
    und zwar besitze ich folgendes Problem.
    Wenn ich im Forum/Shoutbox etwas schreibe und dort zwischen den eingetippten Zeichen per Pfeiltasten navigieren will, dann stockt es und der Cursor bewegt sich nicht durchgehen(bei gedrückter Taste).hab das gleiche problem und bis jetzt noch keine lösung gefunden.hab nen paar seiten gefunden die das gleiche problem haben. ich weis das hier einige den ts-slider eingbaut haben und bestimmt einige das selbe problem haben , wenn es aufgefallen ist ?Das komische ist ja im Internetexplorer geht es ja nur bei Firefox nicht. ich weis nicht ob es daran liegt am eingefügten code vom login slider ?wär ja nicht schlecht wenn uns einer helfen würde ? hier meine index.htm vom DDVx_2 :

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      
    <html>
    <head>
    <!-- PNG FIX for IE6 -->
    <!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
    <!--[if lte IE 6]>
    <script type="text/javascript" src="js/pngfix/supersleight-min.js"></script>
    <![endif]-->
    <link rel="stylesheet" href="include/includes/css/slide.css" type="text/css" media="screen" />
    <!-- jQuery - the core -->
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
    <!-- Sliding effect -->
    <script type="text/javascript"
    src="include/includes/js/slide.js" >
    </script>
    
    <script type="text/javascript" src="include/includes/js/jquery.js"></script>
    <script type="text/javascript" src="include/includes/js/messenger.js"></script>
    
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/chat.css" />
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen.css" />
    
    <!--[if lte IE 7]>
    <link type="text/css" rel="stylesheet" media="all" href="include/includes/css/messenger/screen_ie.css" />
    <![endif]-->
    
    <script type="text/javascript" src="include/designs/DDvX_v2/jquery.min.js"></script>
    
    	<title>{TITLE}</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <link rel="stylesheet" type="text/css" href="include/designs/DDvXv2/style.css">
        
        
        <link rel="stylesheet" href="/include/designs/DDvXv2/slider/themes/pascal/pascal.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="/include/designs/DDvXv2/slider/themes/orman/orman.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="/include/designs/DDvXv2/slider/slider.css" type="text/css" media="screen" />
       
    
    <style type="text/css">
    
    
    .hame
    {
    	display: block;
    	border:none;
    	color: #ffffff;
    	font-size: 12px;
    	width: 208px;
    	text-indent: 50px;
    	text-decoration: none;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	line-height:26px;
    	background: url(include/designs/DDvXv2/Bilder/button_sitemenu.png);
    }
    .hame:hover
    {
    	display: block;
    	border:none;
    	color: #e40707;
    	font-size: 12px;
    	width: 208px;
    	text-indent: 50px;
    	text-decoration: none;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	line-height:26px;
    	background: url(include/designs/DDvXv2/Bilder/button_sitemenu_2.png);
    } 
    
    
    /*--Setzt alle Abstände auf "Null"--*/ 
    * { 
    margin: 0; 
    padding: 0; 
    }
    
    /*--formatiert die Menüleiste + BGcolor Blau--*/ 
    #menu { 
    width: 1100px;
    height:38px; 
    background: ; 
    font-family: Verdana; 
    font-size: 1em; 
    line-height: 1.5; 
    float: left; 
    }
    
    /*--formatiert die Themenblöcke - Nebeneinander--*/ 
    #menu ul { 
    float: left; 
    width: 119px;
    list-style-type: none;
    padding-top: 2px;
    }
    
    /*--definiert die Blocküberschriften--*/ 
    #menu h3 { 
    font-size: 11px; 
    text-align: center; 
    color: #CCC; 
    border: 0px solid #003366; /*--erforderlich für IE 7--*/ 
    background: url(include/designs/DDvXv2/Bilder/button.png);
    height: 29px;
    width: 119px;
    padding-top: 9px;
    } 
    
    /*--definiert die Blocküberschriften--*/ 
    #menu h3:hover { 
    font-size: 11px; 
    text-align: center; 
    color: #3CF; 
    border: 0px solid #003366; /*--erforderlich für IE 7--*/ 
    height: 29px;
    width: 119px;
    background: url(include/designs/DDvXv2/Bilder/button_hover.png);
    padding-top: 9px;
    } 
    
    /*--definiert die "Drop-Down-Links" im Normalzustand--*/ 
    #menu a { 
    text-decoration: none; 
    display: block; 
    border: 1px solid #222; 
    text-align: center; 
    background: url(include/designs/DDvXv2/Bilder/DropDownbutton.png);
    color: #3CF;
    height: 20px; 
    } 
    
    /*--definiert die "Drop-Down-Links" im Hoverzustand--*/ 
    #menu a:hover { 
    color: #000; 
    background: url(include/designs/DDvXv2/Bilder/DropDownbutton_hover.png);
    }
    
    /*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/ 
    
    #menu a.direkt:link { 
    font-size: 11px; 
    font-weight: bold; 
    text-align: center; 
    color: #CCC; 
    border: 0px solid #003366;  
    background: url(include/designs/DDvXv2/Bilder/button.png);
    height: 29px;
    width: 119px;
    padding-top: 9px;
    } 
    
    /*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/ 
    
    #menu a.direkt:hover { 
    font-size: 11px; 
    font-weight: bold; 
    text-align: center; 
    color: #3CF; 
    border: 0px solid #ccc; 
    height: 29px;
    width: 119px;
    background: url(include/designs/DDvXv2/Bilder/button_hover.png);
    padding-top: 9px;
    } 
    
    /* 
    *verhindert im Zusammenhang mit position absolute bei ul ul 
    *eine Höhenvergrößerung von #menu beim Hovern-- 
    */ 
    
    #menu li { 
    position: relative; 
    } 
    
    /*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/ 
    #menu ul ul { 
    position: absolute; 
    z-index: 2; 
    display: none; 
    }
    
    /*--lässt die Dropdown-Links beim Hovern erscheinen--*/ 
    #menu ul li:hover ul { 
    display: block; 
    }
    
    /*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/ 
    
    * html #menu ul li { 
    float: left; 
    width: 100%; 
    } 
    
    /*--nur für IE 7 erkennbar--*/ 
    
    *+ html #menu ul li { 
    float: left; 
    width: 100%; 
    }
    
    
    </style>
    
    </head>
    
    <body> 
    
    <div>
    	<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
       <div id="login_slider" class="login_slider" style=" right: -6px; width: 55px; position: fixed; top: 100px; background: url(include/images/ddloginslider/tssliderrechts.png) repeat scroll 0% 0% transparent; height: 600px; z-index: 999;" >
    
                 
          <div style=" margin-top:20px; margin-left: 70px; text-align:left;"> 
          
     
    <a href="ts3server://78.46.195.35?port=10029"><img src="include/images/icons/boxen/tslogin.png" border="0" alt="Online"></a>
     
    <div style="width:180px; height:100%; overflow:auto; border:0px solid #840; margin:1em;">
     
     
     
     
    <div id="ts3viewer_99676" style="width:; background-color:;"> </div>
    
    <script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
    
    <script type="text/javascript">
    <!--
    var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=99676&text=d4cfcf&text_size=13&text_family=1&js=1&text_s_color=f5f7fa&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=b5ae1f&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=babec2&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=a2a2a6&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=bcc0c4&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ada72d&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=b5990e&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=92a612&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
    ts3v_display.init(ts3v_url_1, 99676, 100);
    -->
    </script>
     
    </div>
     
     
          </div>
          </div>
      <script type="text/javascript">
     var state = 0;
    var wait = false;
    function changeSlider()
    {
    if(state==1){
    $('#login_slider').animate({width: 60 }, "slow", function(){state = 0;}
    );
     }
     else
     $('#login_slider').animate({width: 315 }, "slow", function(){state = 1;}
     );
     }
     
     $('#login_slider').click(function(){
     changeSlider();
     });
    </script>
     </div>
    
    <div><div style="float: left">
                    <div id="gs_slider1" class="gs_slider1" style=" left: -255px; width: 300px; position: fixed; top: 200px; background: url(include/images/ddloginslider/tslogin.png) repeat scroll 100% 0% transparent; height: 500px; z-index: 999;" >
     
                            <div style="position:absolute;top:20pt;right:39pt;width:195px;height:555px;overflow:auto; "><a href="http://www.gametracker.com/server_info/195.122.134.68:3184/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/195.122.134.68:3184/b_160_400_2_ffffff_c5c5c5_ff9900_000000_1_1_1.png" border="0" width="160" height="441" alt="" /></a>
                    </div>
             </div>
     <script type="text/javascript">
     var state = 0;
      var wait = false;
     
      function changeSlider1()
      {
        if(state==0){
            $('#gs_slider1').animate({width: 308 }, "slow", function(){});
            }
        else
            $('#gs_slider1').animate({width: 510 }, "slow", function(){});
        wait = false;
      }
     
        $('#gs_slider1').mouseenter(function(event){
            if(state==0)
            {
                state =1;
                changeSlider1();
                wait = true;
                setTimeout('changeSlider1();',2000)
            }
     
            if(wait)
             state = 1;
        })
     
     
        $('#gs_slider1').mouseleave(function(){
            state = 0;
            if(!wait)
                changeSlider1();
        });
          </script>
    </div>
    {_boxes_panel_login}
    <center>
    <table width="1100" border="0" cellpadding="0" cellspacing="0">
     <tr>
      <td align="center">
      
       <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/DDvXv2/Bilder/header.png">
        <tr>
         <td width="1100" height="246" align="right">
         <div style="width:400px; padding-right:15px;"></div>
         </td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td width="1100" height="5" align="right" background="include/designs/DDvXv2/Bilder/kante.png">
         </td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/DDvXv2/Bilder/menu.png">
        <tr>
         <td width="1100" height="49" align="left">
           <table border="0" cellpadding="0" cellspacing="0">
            <tr>
             <td style="padding-top: 2px;">
    <a href="index.php" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/home.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/home_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/home.png'" border="0"></a><a href="?news" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/news.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/news_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/news.png'" border="0"></a><a href="?forum" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/forum.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/forum_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/forum.png'" border="0"></a><a href="?user" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/user.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/user_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/user.png'" border="0"></a><a href="?teams" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/teams.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/teams_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/teams.png'" border="0"></a><a href="?links" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/links.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/links_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/links.png'" border="0"></a><a href="?gbook" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/gbook.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/gbook_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/gbook.png'" border="0"></a><a href="?joinus" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/joinus.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/joinus_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/joinus.png'" border="0"></a><a href="?fightus" onClick="toggleMenu(1);"><img src="/include/designs/DDvXv2/Bilder/submenu/fightus.png" onMouseOver="this.src='/include/designs/DDvXv2/Bilder/submenu/fightus_hover.png'" onMouseOut="this.src='/include/designs/DDvXv2/Bilder/submenu/fightus.png'" border="0"></a>
             </td>
            </tr>
           </table>
         </td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0" background="include/designs/DDvXv2/Bilder/lastbox.png">
        <tr>
         <td width="350" height="199" valign="top">
          <table width="100%"><tr>
            <td width="100%" style="padding-left: 10px; padding-top: 19px; padding-right:10px;">{_boxes_lastforum}</td></tr></table>
         </td>
         <td width="350" height="199" valign="top">
          <table width="100%"><tr>
            <td width="100%" style="padding-left: 15px; padding-top: 19px;">{_boxes_lastwars}</td></tr></table>
         </td>
         <td width="350" height="199" valign="middle">
          <table width="100%"><tr>
          <td width="100%" align="center" style="padding-left: 12px; padding-right:19px; padding-bottom:3px;">
          
          
          <div id="wrapper">
    
            <div class="slider-wrapper theme-default">
                
                <div id="slider" class="nivoSlider">
                <img src="include/designs/DDvXv2/slider/images/cod.jpg" height="150" width="230" border="0" alt="" />
                <img src="include/designs/DDvXv2/slider/images/bf3.jpg" height="150" width="230" border="0" alt="" />
                <img src="include/designs/DDvXv2/slider/images/4f8a00thread.jpg" height="150" width="230" border="0" alt="" />
                <img src="include/designs/DDvXv2/slider/images/header.jpg" height="150" width="230" border="0" alt="" />
                </div>
                
            </div>
    
        </div>
        <script type="text/javascript" src="include/designs/DDvXv2/slider/jquery-1.6.1.min.js"></script>
        <script type="text/javascript" src="include/designs/DDvXv2/slider/jquery.nivo.slider.pack.js"></script>
        <script type="text/javascript">
        $(window).load(function() {
            $('#slider').nivoSlider();
        });
        </script>
          
          
          
          
          
          </td></tr></table>
         </td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td width="1100" height="6" background="include/designs/DDvXv2/Bilder/page_bg_oben.png"></td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td width="1100" background="include/designs/DDvXv2/Bilder/page_bg.png">
         
          <table width="1100" border="0" cellpadding="0" cellspacing="0">
           <tr>
            <td width="230" align="left" valign="top">
             {_list_menunr1@
             <table width="230" border="0" cellpadding="0" cellspacing="0">
              <tr>
               <td width="230" height="51" align="center" background="include/designs/DDvXv2/Bilder/box_links_oben.png"><div style="color:#CCC;"><b>%1</b></div></td>
              </tr>
              <tr>
               <td width="230" align="left" valign="top" background="include/designs/DDvXv2/Bilder/box_links_mitte.png">
               
               <table width="230" border="0" cellspacing="0" cellpadding="0">
                <tr>
                 <td width="11">&nbsp;</td>
                 <td align="left" valign="top" class="hame">%2</td>
                </tr>
               </table>
       
               </td>
              </tr>
              <tr>
               <td width="230" height="15" background="include/designs/DDvXv2/Bilder/box_links_unten.png"></td>
              </tr>
             </table>    
             }
             
             {_list_menunr4@
             <table width="230" border="0" cellpadding="0" cellspacing="0">
              <tr>
               <td width="230" height="51" align="center" background="include/designs/DDvXv2/Bilder/box_links_oben.png"><div style="color:#CCC;"><b>%1</b></div></td>
              </tr>
              <tr>
               <td width="230" align="center" valign="top" background="include/designs/DDvXv2/Bilder/box_links_mitte.png">
               
               <table width="230" border="0" cellspacing="0" cellpadding="0">
                <tr>
                 <td width="15">&nbsp;</td>
                 <td align="center" valign="top">%2</td>
                 <td width="15">&nbsp;</td>
                </tr>
               </table>
       
               </td>
              </tr>
              <tr>
               <td width="230" height="15" background="include/designs/DDvXv2/Bilder/box_links_unten.png"></td>
              </tr>
             </table>    
             }
            </td>
            <td width="640" align="left" valign="top">
             <table width="638" cellpadding="0" cellspacing="0" border="0">
              <tr>
               <td height="64" background="include/designs/DDvXv2/Bilder/hamanu.png"><div style="padding-left:15px; padding-bottom:20px;">{HMENU}</div></td>
              </tr>
              <tr>
               <td><div style="padding-left:10px; padding-right:10px; padding-bottom:20px;">{EXPLODE}</div></td>
              </tr>
             </table>
            </td>
            <td width="230" align="left" valign="top">
            
            {_list_menunr5@
             <table width="230" border="0" cellpadding="0" cellspacing="0">
              <tr>
               <td width="230" height="51" align="center" background="include/designs/DDvXv2/Bilder/box_rechts_oben.png"><div style="color:#CCC;"><b>%1</b></div></td>
              </tr>
              <tr>
               <td width="230" align="center" background="include/designs/DDvXv2/Bilder/box_rechts_mitte.png">
               
               <table width="230" border="0" cellspacing="0" cellpadding="0">
                <tr>
                 <td width="15">&nbsp;</td>
                 <td align="center" valign="top">%2</td>
                 <td width="15">&nbsp;</td>
                </tr>
               </table>
               
               </td>
              </tr>
              <tr>
               <td width="230" height="17" background="include/designs/DDvXv2/Bilder/box_rechts_unten.png"></td>
              </tr>
             </table>    
             }
            
            </td>
           </tr>
          </table>
         
         </td>
        </tr>
       </table>
       
       <table width="1100" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td width="1100" height="130" valign="bottom"><img src="include/designs/DDvXv2/Bilder/footer.png" border="0" usemap="#Map"/>
         </td>
        </tr>
       </table>
       
       <br />
       
      </td>
     </tr>
    </table>
    
    
    </center>
    
    
    
    
    <map name="Map" id="Map">
      <area shape="rect" target="_blank" coords="27,90,281,118" href="http://www.dragondesigns.de" alt="copyright" />
      <area shape="rect" coords="962,72,1017,115" href="#" alt="on top" />
    </map>
    
    
    </body>
    </html>
    
    
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 href="%2">%3</a><br />}
    {_list_hmenupoint@<li><a target="%1" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<a target="%1" class="hame" href="%2">%3</a>}
    {_list_vmenubegi@}
    {_list_vmenuende@}//-->




    verwendete ilchClan Version: 1.1 M

    betroffene Homepage: externer Link


    Zuletzt modifiziert von oink am 13.01.2012 - 18:32:04
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Bonker2009 Mitglied
    Registriert seit
    12.01.2012
    Beiträge
    3
    Beitragswertungen
    0 Beitragspunkte
    man man der fehler ist immer noch da .

    Zuletzt modifiziert von Bonker2009 am 15.01.2012 - 17:10:42
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Bonker2009 Mitglied
    Registriert seit
    12.01.2012
    Beiträge
    3
    Beitragswertungen
    0 Beitragspunkte
    scheint am design zu liegen im index schätze ich vielleicht kann sich das orsnipe mal ansehen? ich finde den fehler nicht !:'(
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten