Webstatt.org - Community seit 2006 - 2012 (2024?)

Im FF kein scrollen?

user-329
22.01.2007 20:10

Hallo,

also hab nen design von html mit frames mal in css umgebaut fürn kumpel... so jetzt klappt auch eg alles soweit nur halt wenn man im ff das fenster kleiner macht dann kann man da net scrollen?!

guck hier

sieht wer nen fehler?

danköö^^

Avatar user-162
22.01.2007 20:27

overflow: hidden;

das ist die Wurzel deines Übel. Wieso ist das in deinem CSS?

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
user-329
22.01.2007 20:30

danke.. stand in ner anleitung Fettes Grinsen sollte jetzt klappen vielen danke lächeln

user-329
22.01.2007 20:36

mh klappt net...

Avatar user-162
22.01.2007 20:38

weils immer noch drin ist??!!

html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden; <--- muss weg!
/* */ }

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
user-329
22.01.2007 20:39

hä bei mir net? hab auch cache geleert...

Avatar user-162
22.01.2007 21:17

ok sry ich hats wohl noch im cache:/

mh vllt. liegts am position: fixed...!?

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
user-329
22.01.2007 21:26

mh aber was kann ich anstatt von fixed nehmen

user-329
22.01.2007 21:40

so das scrollen ginge schonma aber es ist kein scrollbar sichtbar

#rechts{
width:100%;
height:100%;
position:fixed;
left:360px;
top:0;
right:0;
max-height:100%;
overflow:auto;
}

die momentane vermutete fehlerstelle

Avatar user-162
22.01.2007 21:48

dann mach halt overflow:scroll;

Perfection is not when there’s nothing to add, but when there’s nothing to take away swisscheek.com/magazine
Avatar user-180
22.01.2007 22:20

(hat dir schon jemand gesagt, das <font> tags stinken? und das doctypes DER renner sind? nein. dann sag ichs jetzt ;-P wenn neu coden, warum dann nicht gleich valides html/xhtml? zwinkern

may the force be with you. but mostly with me.