Scrollbar im DIV Container IE8
Scotty
- css
0 ChrisB
Hallo zusammen,
ich brauche euren Rat und würde gern wissen wieso im IE 8 hier keine Scrollbalken im DIV "SP1"" mehr angezeigt werden. Im Firefox alles io.
Anbei die CSS, den Quelltext der html seht ihr ja auf der Page selbst.
siehe hier: http://personaltrainer-marcus-weber.de/news/news.html
body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #6a95e0;
font-family: Arial;
}
table,td {
font-size: 11pt;
line-height: 1.5em;
font-family: Arial;
color:#000;
}
h2{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
margin-bottom:24px;
font-size: 14pt;
border-bottom:solid 0px #746b64;
padding-bottom:4px;
font-style:normal;
letter-spacing:-1px;
font-style:italic;
}
.li {
width:24px;
background-image:url(images/ra1.jpg);
background-repeat:repeat-y;
vertical-align:top;
border-right:solid 1px #fff;
}
.re {
width:24px;
background-image:url(images/ra2.jpg);
background-repeat:repeat-y;
border-left:solid 1px #fff;}
/* hauptgerüst */
#main {
border-bottom:solid 1px #fff;
border-right:solid 0px #fff;border-left:solid 0px #fff;
}
#top {
height:215px;
border-top:solid 1px #fff;
border-right:solid 0px #fff;
border-left:solid 0px #fff;
color:#2A3C22;
background-color: #6a95e0;
vertical-align: middle;
}
#hpname {
height:36px;
padding-left:10px;
padding-top:10px;
text-align:center;
color:#fff;
letter-spacing:3px;
font-family: georgia,arial, helvetica, verdana, tahoma, sans-serif;
font-size:22px;
vertical-align: middle;
}
.comment{
width:160px;
float:left;
line-height:28px;
letter-spacing:-3px;
text-align: right;
color:#E6E8FF;
margin-top:20px;
margin-bottom:10px;
margin-right:20px;
padding-bottom:10px;
font-family:'Lucida Grande', Helvetica, sans-serif;
font-size: 24px;
}
/* menue oben */
.buleiste {
-moz-opacity: 0.70;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
opacity: 0.70;
background-color:#9cbaeb;
height:36px;
}
#menu2 a, #menu2 a:visited , #menu2 a:active {
display: block;
color:#000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 10pt;
padding-left: 0px;
padding-bottom: 0px;
padding-top:0px;
margin-left: 0px;
margin-right: 0px;
border-left:solid 1px #fff;
border-bottom:solid 1px #fff;
border-top:solid 1px #fff;
line-height:36px;
text-align:center;
}
#menu2 a:hover {background-color:#3f6b8e;color:#fff; text-decoration:none ;
border:solid 1px #fff;
}
#sp1 {
text-align:justify;
padding-left: 20px;
padding-right:20px;
padding-top: 30px;
padding-bottom: 30px;
background-color:#9cbaeb;
width:492px;
background-image:url(images/bgmain.jpg);
background-repeat:repeat-x;
float:left;
overflow:auto;
height:450px;
}
#sp2 {text-align:justify; padding-left: 0px;padding-right:10px;padding-top: 30px;padding-bottom: 30px;
background-color:#3f6b8e;
background-repeat:repeat-y;
background-position:top left;border-left:solid 0px #fff;
}
#fussb {
color: #000;
height:60px;
background-color:#6e98e2;
text-align:center;
border-top:solid 1px #333333;
background-image:url(images/schatten1.jpg);
background-repeat:repeat-x;
background-position:0% -4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
}
/* menue */
#menu01 {
width:170px;
margin: 0px;
padding:0px;
border: dashed 0px #fff;
float:right;
text-align: left;
margin-top:0px;
margin-bottom:10px;
margin-right:0px;
margin-left:0px;
padding-bottom:10px;
font-family: Arial;
}
#menu01 ul, #menu01 li {
list-style-type: square;
margin-left:10px;
padding: 0px;
color:#fff482;
font-family: Aria;
}
#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {
display:block;
border-bottom: dashed 0px #C2631D;
color:#fff;
text-decoration:none;
font-size: 12px;
georgia, verdana, arial, helvetica, verdana, tahoma, sans-serif;
height: 16px;
line-height: 16px;
font-family: Arial;
}
#menu01 li a:hover {
background:TRANSPARENT;
color:#fff482;
text-decoration:underline;
letter-spacing:1px;
font-family: Arial;
}
/* allgemeine links im text */
a:link, a:visited, a:active{
font-size: 11pt;
line-height: 1.5em;
font-family: Arial;
color:#000
}
a:hover{
text-decoration:none;
background-color:#3f6b8e;
color:#fff;
font-family: Arial;
}
#TWIDTH {width:200px}
Hi,
ich brauche euren Rat und würde gern wissen wieso im IE 8 hier keine Scrollbalken im DIV "SP1"" mehr angezeigt werden.
Das ist kein DIV, sondern eine Tabellenzelle.
Und wie du im MSDN bzgl. overflow nachlesen kannst, ist overflow für TD-Elemente nach Microsofts Ansicht nicht wirksam.
MfG ChrisB