


lieben dank schon mal im voraus
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">
<head>
<link rel="icon" href="images/krw/favicon.ico" type="image/ico" />
{stylesheet}
{metadata}
</head>
</__body>
<div id="container">
<div id="headerbox">
<div id="headerleft"> </div>
<div id="headerright"> </div>
<div id="headermiddle">
<div id="navbox">
<ul id="navi">
{*cms_module module="menumanager"*}
{menu template='KRW Menu' collapse='1'}
{* End Navigation *}
</ul>
</div>
<div id="navbox4maparea"> <img src="./images/krw/trans.gif" usemap="#map" class="imgmap">
<map name="map">
<area shape="rect" coords="3,5,80,65" href="index.php?page=luxus">
<area shape="rect" coords="89,0,172,65" href="index.php?page=abenteuer" >
<area shape="rect" coords="178,3,264,65" href="index.php?page=kreuzfahrt" >
<area shape="rect" coords="270,4,345,64" href="index.php?page=staedte" >
<area shape="rect" coords="360,5,440,66" href="index.php?page=musical" >
</map>
</div>
</div>
</div>
<div id="contentbox">
<div id="sideleft"> </div>
<div id="sideright"> </div>
<div id="content">
<div id="sitepositionandsearchcontainer">
<div id="searchbox">
<div id="search">
{search}
<div id="cssstyler"> CSS Styler</div> </div>
</div>
<div id="siteposition" class="bold"> {breadcrumbs starttext='Sie befinden sich hier' root='Home' delimiter='»'} </div>
</div>
{content}
</div>
<div id="ie_clearing"> </div>
</div>
<div id="footer">
<p class="foot"> {global_content name='footer'} </p>
</div>
</div>
<__body>
</__html>
Code: Select all
/* Layout */
html, body, p{
margin:0;
padding:0;
}
body{
min-height:101%;
position:relative;
color:#000;
background:#fff;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color:#f7f7c6;
}
#container{
position:absolute;
width:1024px;
left:50%;
margin-left:-512px;
}
#headerbox {
position:relative;
height:215px;
}
#contentbox {
clear:both;
width:auto;
background: #ccc url(images/krw/faux.png) repeat 50% 0;
}
#headerleft, #headerright {
background-image: url(images/krw/topbg.gif);
background-repeat: repeat;
}
#headerleft {
float:left;
height:215px;
width:125px;
border-right: 1px solid #104b12;
}
#headerright{
float:right;
height:215px;
width:149px;
border-left: 1px solid #104b12;
}
#headermiddle {
width:auto;
height:215px;
margin-left:125px;
margin-right:149px;
background-image: url(images/krw/bg_middle.jpg);
}
#sideleft {
float:left;
width:125px;
z-index:2;
}
#sideright {
float:right;
width:149px;
z-index:3;
}
#navbox {
position:absolute;
width:540px;
height:46px;
top: 169px;
overflow:hidden;
}
* html #navbox {
left:117px;
width: 580px;
}
#navbox4maparea {
position:absolute;
width:450px;
height:70px;
top: 0px;
}
#content {
width:auto;
margin-left:125px;
margin-right:149px;
z-index:1;
background-color:#f7f7c6;
padding-top:15px;
padding-left:10px;
border-left: 1px solid #104b12;
border-right: 1px solid #104b12;
}
#sitepositionandsearchcontainer {
position: relative;
height: 50px;
width:auto;
margin: 0em 1.5em 2em 0em;
border-bottom: 1px dotted #000;
}
#siteposition {
float:left;
width:70%;
padding-bottom:10px;
}
#searchbox {
float:right;
top:0px;
height:auto;
width:30%;
margin: 0em 0em 0em 0em;
text-align:right;
}
#search {
height:auto;
width:100%;
margin: 0em 0em 0em 0em;
text-align:right;
background-color:grey;
}
#cssstyler {
height:auto;
padding-top:5px;
background-color:green;
}
#ie_clearing{
display:none;
}
#footer {
border-top: 2px solid green;
clear:both;
height:25px;
background-color:#f7f7c6;
text-align:center;
}
/* Navi */
#navi {
position:absolute;
top:0px;
padding:0;
margin:0 auto 0 0;
text-align:center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
font-weight: bold;
letter-spacing: -1px;
background: #bdbe97;
}
#navi ul, #navi li {
float:left;
margin: 0;
padding: 0;
list-style-type: none;
overflow:hidden;
}
#navi a {
width:89px;
height:19px;
top:0px;
border: 1px;
border-left-color: #16be19;
border-right-color: #003300;
}
#navi a:link, #navi a:visited {
line-height: 19px;
margin: 0;
padding: 0px 0px;
text-decoration: none;
color: #ffffcc;
background: url(images/krw/nav_bg.gif) repeat-x;
border-left: #104b12 1px solid ;
display: block;
}
#navi #akt {
color: #f3f100;
}
#navi a:hover {
color: #6af990;
}
#navi a:hover#akt {
color: ffffcc;
}
/* Style */
p{
color:#006633;
margin-bottom:1em;
}
.foot {
font-size:10px;
color: #006633;
text-align: center;
}
.bold
{
font-weight:bold;
}
a:link {
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #008000;
}
.imgmap {
border:0px;
position:absolute;
top: 0px;
left:0px;
height:70px;
width:450px;
}
Code: Select all
<ul id="navi">
<ul>
<li>...</li>
</ul>
</ul>
Eben nicht.newbie2k7 wrote: ja aber 0 ist 0 egal ob mit oder ob ohne einheit ...