Hallo,
folgendes Problem. Ich habe in eine Website einen div overflow: auto. Dieser wird auch im ie korrekt dargestellt mit scrollbalken rechts. beim mozilla jedoch verschiebt er die ganze tabelle bzw. vergrößert diese soweit bis der inhalt hineinpasst jedoch ohne scrollbalken anzuzeigen. beim netscape 7.0 zeigt er überhaupt nix an. weder scrollbalken noch inhalt.
wer kann helfen?
link: www.wpo-praxis.de/beta/index.html
hier die css dazu:
body { background-color: white; margin: 0px; scrollbar-base-color: #305387; scrollbar-track-color:#305387; scrollbar-face-color:#ffffff }
td { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal }
h1 { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 15px; font-weight : normal; color : black }
td.nav_bg { background-image : url(../images/pic_top_aunten.jpg); background-repeat : no-repeat; background-position : right }
table.outline { border : 1px solid Black }
table.navigation { text-align : center; padding-left : 5px; padding-right : 5px; color : White; }
a:link { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #8D8F97; text-decoration: none }
a:visited { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #8D8F79; text-decoration: none }
a:hover { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #993300; text-decoration: none }
a:active { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #8D8F79; text-decoration: none }
a:link.navi { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color : white }
a:visited.navi { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color : white }
a:hover.navi { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight : normal; color : #aeacac }
a:active.navi { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color : white }
div.overflow { overflow : auto; position : relative; top : 0px; z-index : 1; visibility : visible; left : 0px; width: 600px }
div { font-family : Arial, Verdana, Helvetica, sans-serif; font-size : 12px; font-weight : normal; font-style : normal }
div.title_text { font-family: Arial, Verdana; font-size: 14px; text-decoration: none; font-weight: normal; color: black; text-align: center; padding-bottom: 17px }
div.content { overflow : auto; position : relative; scrollbar-color:blue; top : 4px; z-index : 1; visibility : visible; left : 25px; height: 100%; width: 545px }
gruss und danke
holli