Hallo,
ich habe bei meinem Projekt folgendes Problem.
Ich habe an der linken Seite eine JAVA Navileiste die wie ein Verzeichnisbaum strukturiert ist und beim Klick das entsprechende Verzeichnis ausklappt.
Wenn ich nun alle Verzeichnisse ausgeklappt habe, wird die Navileiste so lang, dass sie aus dem Sichtbereich verschwindet.
Hier mal das CSS:
body { font-family:arial,sans-serif; background-color:#EBE9D8; margin-left:40px; margin-right:250px; margin-top:30px; margin-bottom:10px; }
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:arial,sans-serif; color:#070204; }
h1 { font-size:18pt; color:#070204; }
h2 { font-size:14pt; color:#070204; }
h3 { font-size:12pt; color:#070204; }
h4 { font-size:12pt; color:#070204; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:12pt; color:#070204; }
pre { font-family:courier new,courier; font-size:12pt; color:#070204; }
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:none;}
a:active { color:#FF0000; text-decoration:none; }
a:link img { text-decoration:none; }
#navi { position:fixed;}
#inhalte { padding-left:280px;}
ich habe auch schon versucht das #navi element mit overflow:scroll zu ergänzen, was dazu geführt hat, dass zwar ein scrollbalken erscheint, dieser aber nicht scrollbar ist. Er ist quasi ausgegraut.
Kann mir jemand einen Tipp geben???
ich habe bei meinem Projekt folgendes Problem.
Ich habe an der linken Seite eine JAVA Navileiste die wie ein Verzeichnisbaum strukturiert ist und beim Klick das entsprechende Verzeichnis ausklappt.
Wenn ich nun alle Verzeichnisse ausgeklappt habe, wird die Navileiste so lang, dass sie aus dem Sichtbereich verschwindet.
Hier mal das CSS:
body { font-family:arial,sans-serif; background-color:#EBE9D8; margin-left:40px; margin-right:250px; margin-top:30px; margin-bottom:10px; }
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:arial,sans-serif; color:#070204; }
h1 { font-size:18pt; color:#070204; }
h2 { font-size:14pt; color:#070204; }
h3 { font-size:12pt; color:#070204; }
h4 { font-size:12pt; color:#070204; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:12pt; color:#070204; }
pre { font-family:courier new,courier; font-size:12pt; color:#070204; }
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:none;}
a:active { color:#FF0000; text-decoration:none; }
a:link img { text-decoration:none; }
#navi { position:fixed;}
#inhalte { padding-left:280px;}
ich habe auch schon versucht das #navi element mit overflow:scroll zu ergänzen, was dazu geführt hat, dass zwar ein scrollbalken erscheint, dieser aber nicht scrollbar ist. Er ist quasi ausgegraut.
Kann mir jemand einen Tipp geben???