Hallo zusammen,
ich habe mithilfe eines CSS Stylesheets vor einigen Wochen meine Seite erneuert. Jetzt, wo allerdings das Menü beim aufklapppen größer wird gibt es Probleme. Die Textbox wächst zwar wenn der Text länger wird und das Menü wächst dann auch. Allerdings wird die Textbox nicht größer, wenn das Menü länger wird.
Hier ist mein CSS
/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en */
body {
background-image: url(„stripes.png“);
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#C4B5B5;
padding:0px;
margin:0px;
}
a {text-decoration:none}
a {color: #E5E5E5;}
a:visited {color:#B3B3B3;}
a:hover {color: #C4B5B5;}
a:active { color:#000000;}
h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #C4B5B5;
border-bottom:1px solid #C4B5B5;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
img.download {vertical-align:middle;}
/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #2E2929;
}
/* ----------banner for logo-------------- */
#banner {
background-color: #2E2929;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;}
/* -----------------content--------------------- */
#content {
background-color: #2E2929;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content {
min-height:600px;
height:expression(this.scrollHeight > 600 ? „auto“:„600px“);
}
p, pre{
padding: 5px 10px;
margin:0px;
}
/* --------------left navi------------- */
#left {
background-color: #2E2929;
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}
/* -----------footer--------------------------- */
#footer {
margin: 0px;
padding: 0px;
text-align: right; }
Vielen Dank für eure Hilfe
HTML