mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 26.04.2024 16:36 Benutzername: Passwort: Auto-Login

Thema: Berühmtes Suckerfish menu funktioniert nicht im IE6? vom 05.08.2009


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Allgemeines - Nonprint -> Berühmtes Suckerfish menu funktioniert nicht im IE6?
Autor Nachricht
David_Odenthal
Threadersteller

Dabei seit: 09.02.2005
Ort: umgezogen
Alter: 40
Geschlecht: Männlich
Verfasst Mi 05.08.2009 09:55
Titel

Berühmtes Suckerfish menu funktioniert nicht im IE6?

Antworten mit Zitat Zum Seitenanfang

Hi Leute.

ich habe ein Suckerfishmenü in einem CMS/Template installiert. In allen gängigen Browsern funktioniert ist. Dennoch geht es nicht im IE6.

Meine Frage an der Stelle: Woran kann das liegen: hier einmal die COdes dazu:

in der jsm.css
Code:
ul#mainlevel {
list-style: none;
padding-top: 0;
margin-bottom: 0px;
font-size: 0.8em;
float:left;
text-align:left;
background: #ffffff url(../images/navibg.jpg) repeat-x;
z-index:999;
width:750px;
}
ul#mainlevel li {
list-style: none;
background-image: none;
padding: 0;
margin: 0;
float:left;

}
div.moduletable-jsm {
   display: block;
   float:left;
   width:750px;
   margin-left: 0;


   z-index: 20;
   position: relative;

}


div.moduletable-jsm, div.moduletable-jsm ul {   
padding: 0;
margin: 0;
list-style: none;
line-height: 1;

}
div.moduletable-jsm a.mainlevel:link,  div.moduletable-jsm a.mainlevel:visited {
    display: block;
    line-height: 34px;
    padding: 0 15px 0 0px;   
    margin: 0;   
    text-indent: 15px;   
    width: auto;
    height: auto !important;
      background: url(../images/navibg.jpg) repeat-x;
      margin-bottom:1px;

   

}



div.moduletable-jsm a.mainlevel:hover, div.moduletable-jsm a.mainlevel:active {   
background-position: 0px 0px;
background: url(../images/navibg_on.jpg) repeat-x;

}
div.moduletable-jsm ul ul a:link, div.moduletable-jsm ul ul a:visited, div.moduletable-jsm ul ul a:active {
display: block;
border: 0px solid #000;
width: 220px;
height: 32px;
line-height: 35px;
font-size: 11px;
color: #fff;
background: #741424;

padding-left:15px;

opacity:0.9;
  -moz-opacity:0.9;
   filter:alpha(opacity=90);
}

div.moduletable-jsm ul ul a:hover {
color: #fff;
background: #9f3952;
opacity:0.9;
  -moz-opacity:0.9;
   filter:alpha(opacity=90);
   text-decoration:underline;


}
div.moduletable-jsm li {
    display: block;
    float: left;
    padding-right: 0; margin: 0;
}


div.moduletable-jsm li ul {
    margin:0;
    padding:0;
    position: absolute;
    width: 220px;
    left: -999em;
    z-index: 0;
    text-indent: 20;

}

div.moduletable-jsm li:hover ul, div.moduletable-jsm  li {
left: auto;

}
.moduletable {
clear: both;
}


der code in der basic.css
Code:
*{margin:auto;padding:0;}
body{background: #b2b2b2 url(../images/background.jpg) repeat-x;}


/* div Style  */
#wrapper          {width:920px;}

#header             {width:920px;height:100px;background: url(../images/header.jpg) no-repeat;}
#navi_top         {width:750px;height:35px;background:  url(../images/navibg.jpg) repeat-x;float:left;}
#navi_topright{width:160px;height:35px;background: url(../images/navibg.jpg) repeat-x;float:right;}

#block_left      {width:750px;height:160px;background: #000000 url(../images/bild_1.jpg) no-repeat;float:left;color:#fff;margin-right:10px;margin-bottom:10px;}
#block_right   {width:160px;height:131px;background: #9f1d41 url(../images/navbg.gif) no-repeat;;float:right;padding-top:30px;}
#block_module   {width:160px;height:160px;float:right;}
#block_module1{width:160px;height:150px;float:right;}

#content          {width:730px;min-height:318px;background: #e9edf1;float:left;text-align:left;padding-top:12px;padding-left:10px;padding-right:10px;}
#footer          {width:920px;clear:both;}




/* div Style  */
td, tr   {color: #000;font-size: 12px;font-family: Arial;font-weight: regular;text-decoration: none;text-align:left;}
div         {color: #000;font-size: 12px;font-family: Arial;font-weight: regular;text-decoration: none;text-align:left;}            
p            {color: #000;font-size: 12px;font-family: Arial;font-weight: regular;text-decoration: none;text-align:left;}
ul         {color:#000;font-size:12px;font-family: Arial;font-weight: normal;margin: 0px 0px 0px 16px; padding: 0px 0px 0px 0px }
li         {color:#000;font-size:12px;font-family: Arial;font-weight: normal;}   

a {color: #760c25;text-decoration: none;}
a:hover, a:active, a:focus {color: #333333;text-decoration: underline;}

/* Header Styles*/
h1          { color: #000000; font-size: 20px; font-family: Calibri, Arial; font-weight: regular; text-decoration: none;margin:0 0 10px 0;}
h2          { color: #284c75; font-size: 18px; font-family: Calibri, Arial; font-weight: regular; text-decoration: none;margin:5px 0 5px 0; }

/* h3 entspricht moduletable  */
h3                 {display:block;width:160px;height:21px;color: #ffffff; background: #9f1d41; font-size: 13px; font-family: Arial; font-weight: regular;text-align:center;padding-top:5px;margin-bottom:8px;margin-top:0;}

h4        { color:#000;font-size:14px;font-family:Arial;font-weight: regular;padding-bottom: 10px; text-align:left;}
h5        { color: #ffffff; width:715px; background:#9f1d41;font-size: 12px; font-family: Arial, ; font-weight: regular;padding: 5px;margin:0 0 10px 0; }
h6        { font-size: 12px; font-family: Arial, ; font-weight: bold;color:white;}
hr       { color: gray; width: 100%; height: 1px }


/* Benutzerdefinierte Menüs und Module  */

#navi_top      a:visited   {color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;}
#navi_top      a:link      {color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;}
#navi_top     a:active   {color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;}
#navi_top      a:hover      {color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;}

.moduletabletop a:visited   {text-align:center;display:block;width:160px;height:22px;padding-top:9px;color: #fff;font-size: 12px;font-family: Arial;font-weight: bold;text-decoration: none;}
.moduletabletop   a:link      {text-align:center;display:block;width:160px;height:22px;padding-top:9px;color: #fff;font-size: 12px;font-family: Arial;font-weight: bold;text-decoration: none;}
.moduletabletop a:active   {text-align:center;display:block;width:160px;height:22px;padding-top:9px;color: #fff;font-size: 12px;font-family: Arial;font-weight: bold;text-decoration: none;}
.moduletabletop   a:hover      {text-align:center;display:block;width:160px;height:22px;padding-top:9px;color: #000;font-size: 12px;font-family: Arial;font-weight: bold;text-decoration: none;}

.moduletableservice a.mainlevel:visited   {border: 1px groove #dddddd;text-align:center;display:block;width:138px; height:13px;float:left; color:#9f1d41; background:white;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;margin:3px 0 3px 10px;}
.moduletableservice   a.mainlevel:link      {border: 1px groove #dddddd;text-align:center;display:block;width:138px; height:13px;float:left; color:#9f1d41; background:white;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;margin:3px 0 3px 10px;}
.moduletableservice a.mainlevel:active   {border: 1px groove #dddddd;text-align:center;display:block;width:138px; height:13px;float:left; color:#9f1d41; background:white;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;margin:3px 0 3px 10px;}
.moduletableservice   a.mainlevel:hover      {border: 1px groove #dddddd;text-align:center;display:block;width:138px; height:13px;float:left; color:#ffffff; background:#9f1d41;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;margin:3px 0 3px 10px;}

.mostread   a:visited   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;}
.mostread   a:link      {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;}
.mostread a:active   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;}
.mostread   a:hover      {text-align:left;display:block;width:140px;height:17px;color: #760c25;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;}

ul.mostread li.mostread { list-style-image:none;margin-left:5px;}

ul.mostread li.mostread a:visited   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
ul.mostread li.mostread a:link      {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
ul.mostread li.mostread a:active   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
ul.mostread li.mostread a:hover      {text-align:left;display:block;width:140px;height:17px;color: #760c25;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}

a.readon:visited      {display:block:color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;background:#760c25;float:right;text-align:center;padding:5px}
a.readon:link            {display:block:color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;background:#760c25;float:right;text-align:center;padding:5px}
a.readon:active         {display:block:color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;background:#760c25;float:right;text-align:center;padding:5px}
a.readon:hover         {display:block:color: #ffffff;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;outline: none;background:#760c25;float:right;text-align:center;padding:5px}

a.readonnews:visited      {color: #ffffff;font-size: 11px;font-family: Arial;text-decoration: none;float:right;background: #760c25;padding:3px;}
a.readonnews:link            {color: #ffffff;font-size: 11px;font-family: Arial;text-decoration: none;float:right;background: #760c25;padding:3px;}
a.readonnews:active         {color: #ffffff;font-size: 11px;font-family: Arial;text-decoration: none;float:right;background: #760c25;padding:3px;}
a.readonnews:hover         {color: #ffffff;font-size: 11px;font-family: Arial;text-decoration: none;float:right;background: #bc7184;padding:3px;}

a.contentpagetitlenews:visited      {color: #760c25;font-size: 16px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;width:680px;float:left;}
a.contentpagetitlenews:link            {color: #760c25;font-size: 16px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;width:680px;float:left;}
a.contentpagetitlenews:active         {color: #760c25;font-size: 16px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;width:680px;float:left;}
a.contentpagetitlenews:hover         {color: #000000;font-size: 16px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;width:680px;float:left;}


a.blogsection:visited      {color: #760c25;font-size: 12px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;}
a.blogsection:link         {color: #760c25;font-size: 12px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;}
a.blogsection:active      {color: #760c25;font-size: 12px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;}
a.blogsection:hover         {color: #000000;font-size: 12px;font-family: Calibri, Arial; font-weight: bold; text-decoration: none;}


/* Heading der Module und ModulCSS  */

.moduletable {display:block;width:160px;height:160px;color: #000;font-size: 12px;font-family: Arial;font-weight: regular;text-decoration: none; background:#efd7bf;margin-bottom:10px;}
.moduletablesuche {margin:3px 0 3px 10px;}
.inputboxsuche {font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;color:#c3c1c1; width:138px; height:15px;border: 1px groove #dddddd;}

table.contenttoc {display: none;}
.pagenavcounter{display: none;}

/* ###################### BILDER, MOSIMAGE, UMRANDUNG, TEXTUMLAUF ###################### */
p img {border:0;padding-top:0px;float:left;}
img {border:0;border-left:0;margin:0 10px 6px 3px;}

/* NO Frames around PDF-Button */
.buttonheading img {border:0px;}

/* row in which buttons exists - set position here */
#button_heading_pos_frame{float: right;}

/* container - change width to separate buttons more or less */
#button_heading_position {width: 45px;}
a.category:link, a.category:visited           { font-family: Arial; color: green; font-size: 12px; font-weight: bold; line-height:20pt; }
a.category:hover                                         { font-family: Arial; color: red; line-height:20pt; font-size: 12px; }
a.buttonbar:link, a.buttonbar:visited       { color: #fff; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; line-height: 14pt;}
a.buttonbar:hover                                      { color: #fff; line-height: 14pt; text-transform: uppercase }

/* ###################### MODULE SETTINGS ###################### */

.linie                   {width: 100%;border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: white;margin-bottom: 1px;}
.pathwaytext        {color: fuchsia }
.moduleheading    {color: teal; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-align: left }
.frameheader      {color: #27acb8; font-size: 11pt; font-family: CSS_PROPERTY_UNDEF, Arial; font-style: normal; font-variant: normal; font-weight: bold }
.poll                   {color: #ccc; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }

/* ###################### FORMULAR SETTINGS ###################### */
.button                     {font-size:10px;font-family:Arial;background: #9f1d41;color:#fff;border: solid 1px #000;width:60px;border-style: solid;margin-top:5px;}
.inputbox              {font-size:12px;font-family:Arial;background: #ededed;color:#000;border: solid 1px #bbb;width: 80px;height:25px;margin-bottom:5px;}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane            { border: none; }
.contentpaneopen   { text-align:left; font-weight: regular; }
.contentpaneopen      { border: none; }
.contentpaneopen      ul {padding: 0 0;}
.contentpaneopen      span    { padding: 0 0; }


.componentheading      { color: #000000; font-size: 24px; font-family: Calibri, Arial; font-weight: regular; text-decoration: none;margin-top:0;padding-top:0px;width:730px;border-bottom:1px dotted #760c25;margin:0 0 15px 0;}
.contentheading     { color: #000000; font-size: 24px; font-family: Calibri, Arial; font-weight: regular; text-decoration: none;margin-top:0;padding-top:0px;float:left;width:730px;}

.componentheadingnews      { color: #000000; font-size: 24px; font-family: Calibri, Arial; font-weight: regular; text-decoration: none;margin-top:0;margin-bottom:10px;;padding-top:0px;float:left;width:730px;border-bottom:1px dotted #760c25;}
.contentheadingnews      { color: #760c25; font-size: 16px; font-family: Calibri, Arial; font-weight: bold; text-decoration: none;margin-top:0;padding-top:0px;float:left;text-align:left;}


.pagination {
   list-style: none;
   float: left;
        padding-left: 200px;
   width:520px;
   }

.pagination li {
   float: left;
   display: inline;
   padding:2px;
   }

.contentpaneopennews   { text-align:left;}


.contentdescription { color: #000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-align: left;font-weight: regular;  }
.category                {color: #000;font-family:Arial;font-size: 10px;font-weight: bold;text-decoration  : none;}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 { font-size: 11px; font-family: Calibri, Arial;font-weight: regular;padding-left:5px;}
.sectiontableentry2 { font-size: 11px; font-family: Calibri, Arial;font-weight: regular;padding-left:5px;}
.sectiontableheader { font-size: 14px; font-family: Calibri, Arial;font-weight: regular;}

/* ###################### SMALL FONT SETTINGS ###################### */
.small                      {font: 9px, Arial, Helvetica, sans-serif;color: #000;text-decoration  : none;}
.smalldark                {font: 9px Arial, Helvetica, sans-serif;color: #000;}
.createdate             {display:block;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #b5b6b8;text-decoration  : none;font-weight: normal;}

/* ######################### VOTING SETTINGS ######################### */
.content_rating      {color: grey; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal }
.content_vote          {font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; background: #039 }
.content_vote.button  { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; background: #039; width: 60px; border: solid 1px #999999 }



/* ###################### RSS SETTINGS ###################### */
.fase4rdf             {font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #000000;font-weight: normal;}
a.fase4rdf:link    {font-size: 9px;font-weight: normal;color: #FF9900;}
a.fase4rdf:hover  { color: red; font-weight: bold }




* html #wrapper          {width:920px;}

* html #header             {width:920px;height:100px;background: url(../images/header.jpg) no-repeat;}
* html #navi_top         {width:750px;height:35px;background:  url(../images/navibg.jpg) repeat-x;float:left;}
* html #navi_topright{width:160px;height:35px;background: url(../images/navibg.jpg) repeat-x;float:right;}

* html #block_left      {width:750px;height:160px;background: #000000 url(../images/bild_1.jpg) no-repeat;float:left;color:#fff;margin-right:10px;margin-bottom:10px;}
* html #block_right   {width:160px;height:111px;background: #9f1d41 url(../images/navbg.gif) no-repeat;;float:right;padding-top:50px;}
* html #block_module   {width:160px;height:160px;float:right;}
* html #block_module1{width:160px;height:150px;float:right;}

* html #content          {width:730px;min-height:318px;background: #e9edf1;float:left;text-align:left;padding-top:12px;padding-left:10px;padding-right:10px;}
* html #footer          {width:920px;clear:both;}

* html ul.mostread li.mostread a:visited   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
* html ul.mostread li.mostread a:link      {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
* html ul.mostread li.mostread a:active   {text-align:left;display:block;width:140px;height:17px;color: #000;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}
* html ul.mostread li.mostread a:hover      {text-align:left;display:block;width:140px;height:17px;color: #760c25;font-size: 11px;font-family: Arial;font-weight: regular;text-decoration: none;list-style-image:none;margin: 0 0 0 -3px;}

* html .moduletableservice a.mainlevel:visited   {border: 1px groove #dddddd;text-align:center;display:block;width:118px; height:13px;float:left;
color:#9f1d41; background:white;font-size: 11px;font-family: Arial;font-weight:
regular;text-decoration: none;margin:3px 10px 3px 10px;}

* html .moduletableservice
a.mainlevel:link      {border: 1px groove #dddddd;text-
align:center;display:block;width:118px; height:13px;float:left; color:#9f1d41;
background:white;font-size: 11px;font-family: Arial;font-weight: regular;text-
decoration: none;margin:3px 10px 3px 10px;}

* html .moduletableservice
a.mainlevel:active      {border: 1px groove #dddddd;text-
align:center;display:block;width:118px; height:13px;float:left; color:#9f1d41;
background:white;font-size: 11px;font-family: Arial;font-weight: regular;text-
decoration: none;margin:3px 10px 3px 10px;}

* html .moduletableservice   
a.mainlevel:hover      {border: 1px groove #dddddd;text-
align:center;display:block;width:118px; height:13px;float:left; color:#ffffff;
background:#9f1d41;font-size: 11px;font-family: Arial;font-weight: regular;text-
decoration: none;margin:3px 10px 3px 10px;}


der code der jsm.JS
Code:
window.addEvent('domready', function() {
    var list = $$('div.moduletable-jsm li');
    list.each(function(element) {
        if ($(element).getElement('ul')) {
            el = $(element).getElement('ul')
            var fx = new Fx.Styles(el, {duration:200, wait:false, transition: Fx.Transitions.Expo.easeOut});
            el.setStyle('opacity', 0);
            element.addEvent('mouseenter', function(){
                fx.clearChain();
                fx.element.setStyle('left', 'auto');
                fx.start({'opacity': 1});
            });
            element.addEvent('mouseleave', function(){
                fx.clearChain();
                fx.start({'opacity': 0}).chain(function(){fx.element.setStyle('left', '-999em');});
            });
            var lista = $(el).getElements('li');
            lista.each(function(element) {
                element.setStyle('opacity', 0.8);
                var lifx = new Fx.Styles(element, {duration:500, wait:false, transition: Fx.Transitions.Expo.easeOut});
                element.addEvent('mouseenter', function(){
                    lifx.start({'opacity': 1});
                });
                element.addEvent('mouseleave', function(){
                    lifx.start({'opacity': 0.8});
                });               
            });           
        }     
    });
});


So und abscließend noch der code der index.php:
Code:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
JHTML::_('behavior.mootools');

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
 <head>
  <jdoc:include type="head" />
  <meta name="language" content="de-DE" />
  <link rel="shortcut icon" href="../images/favicon.ico" />
  <!-- Verbindung zu CSS-Datei herstellen -->
  <link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
  <link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/basic.css" type="text/css" /> 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/jsm.css" type="text/css" /> 
<script type="text/javascript" language="JavaScript" src="<?php echo $mosConfig_live_site;?>/includes/js/mootools.js"></script>
<script type="text/javascript" language="JavaScript" src="<?php echo $mosConfig_live_site;?>/templates/xxxxxxx/js/jsm.js"></script>
<script>
window.addEvent("domready", function( ){
var togglers = $$( ".module_menu h3" );
var elements = $$( ".module_menu ul.menu" );
for( var i = 0; i < elements.length; i++ ) {
if(elements[i].previousSibling.previousSibling == null){
elements.splice( i, 1 );
i--;
}
}
var navAcc = new Accordion( togglers, elements );
});
</script>

 </head>


<body>

<div id="wrapper">
<div id="header"></div>
<div id="navi_top"><jdoc:include type="modules" name="top" style="xhtml" /></div>
<div id="navi_topright"><jdoc:include type="modules" name="right" style="xhtml" /></div>

<div id="block_left"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="750" height="161" title="Flashanimation">
  <param name="movie" value="templates/sht/images/flash.swf" />
  <param NAME="wmode" Value="Transparent" name="quality" value="high">

  <embed src="templates/sht/images/flash.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="161"></embed>
</object></div>
<div id="block_right"><jdoc:include type="modules" name="user2" style="xhtml" /></div>

<div id="content"><p><jdoc:include type="component" /></p></div>
<div id="block_module"><jdoc:include type="modules" name="user1" style="xhtml" /></div>

<div id="footer"></div>
</div>



</body>

</html>



Ich komme einfach nicht auf die Fehlerquelle...

Grüße,
David
  View user's profile Private Nachricht senden Website dieses Benutzers besuchen
m
Moderator

Dabei seit: 18.11.2004
Ort: -
Alter: -
Geschlecht: Männlich
Verfasst Mi 05.08.2009 10:10
Titel

Antworten mit Zitat Zum Seitenanfang

Bist du sicher dass der Pfad zur Javascript Datei korrekt ist?
  View user's profile Private Nachricht senden Website dieses Benutzers besuchen
Anzeige
Anzeige
David_Odenthal
Threadersteller

Dabei seit: 09.02.2005
Ort: umgezogen
Alter: 40
Geschlecht: Männlich
Verfasst Mi 05.08.2009 10:24
Titel

Antworten mit Zitat Zum Seitenanfang

m hat geschrieben:
Bist du sicher dass der Pfad zur Javascript Datei korrekt ist?


Hi,

du meinst weil ich das weggeixxt habe *zwinker* Lächel ? Der Pfad ist korrekt.

Grüße,
David
  View user's profile Private Nachricht senden Website dieses Benutzers besuchen
 
Ähnliche Themen Suckerfish - IE8 seltsame Darstellung (PNG Transparenzen)
CSS Menu
rollover im js menu
CSS Menu positionieren
Collapsible menu
Spry Menu
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Allgemeines - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.