Problem mit EllNav und IE

Hilfe zu Modulen und Tags
Post Reply
mod

Problem mit EllNav und IE

Post by mod »

Hi

ich versuche meine Seite gerade auf ein CMS umzustellen und cmsmadesimple ist mir sehr sympatische. Ich hab also mal ein bischen mit cms rumgespielt und als Menülösung EllNav entdeckt was mir serh gut gefällt. Die Darstellung im FireFox ist auch so wie gewünscht (es fehlt aber die 2. Hauptkategorie?). Der IE zerpflückt das Layout des Menüs allerdings.

Erreichbar ist die Seite unter http://mambo.matwei.de wobei das natürlich kein mambo ist.

Stylesheet

Code: Select all

body {font-family: sans-serif;}
ul {list-style: none;}

a {font-family: sans-serif; text-decoration: none; color: blue;}
a:visited { color:blue; }
a:hover { color: blue; text-decoration: underline; }
a:active { color: blue; }

.menu_vert { display: inline; text-decoration: none; }

#box
{
	width: 820px;
	margin: 0 auto;
    background: #ffffff url(images/layout/left.png) repeat-y;
    color: black;
    margin: 0 auto;
    padding: 0;
    /*border: 1px solid gray;*/
}
#top
{
   width: 700px;
   padding-left: 100px;
   height: 76px;
   background: #3F68AE url(images/layout/head.png);
   color: white;
   
}

#menu
{
    float: left;
    width: 130px;
    /*border: 1px solid gray;*/
    padding-left:10px;
}
#main
{
	width: 650px;
	margin-left: 150px;
    /*border: 1px solid gray;*/
}
#footer
{
   text-align: center;
   background: #FFFFFF url(images/layout/down.png) no-repeat;
   /*border: 1px solid gray;*/
}

#menu ul {padding:0; margin-left: 10px;}
#menu a { font-family: sans-serif; text-decoration: none; color: white;}
#menu a:visited { color: white; }
#menu a:hover { color: white; text-decoration: underline; }
#menu a:active { color: white; }                    
template:

Code: Select all

<!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="en" >
<head>
<title>{title}</title>
{stylesheet}
</head>
</__body>
<div id="box">

<div id="top">
  <h1> Matthias Weißer </h1>
</div>

<div id="menu">
  {cms_module module='EllNav' cssid='leftmenu' showtoplevel=1 }
</div>

<div id="main">
  {content}
</div>

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

</div>
<__body>
</__html>
mfg

Matthias
Post Reply

Return to “Module und Tags”