Page 1 of 1
Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 14:44
by flip-flop
In FF3 min-height: 100.01%; don´t work anymore to fix the vertical scrollbar.
Fix 1:
Code: Select all
html, body { /* Gekos right scrollbar visible at all */
min-height: 100%;
margin-bottom: 1px; /* FF3 */
}
Fix 2: (Same scrollbar output like IE, but it isn´t CSS level 2.1 conformable (exists in CSS level 3 !!!)
Code: Select all
body {
overflow-y: scroll; /* only css level 3 conformable */
}
html, body { /* Gekos right scrollbar visible at all */
min-height: 100%;
}
Knut
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 15:14
by Toflar
Für FF hab ich sowieso immer die spezielle moz-Anweisung für die Scrollbar benutzt.
Auch wenn es dadurch einen nicht validen Code gibt - Kenner wissen ja, was es bedeutet

Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 19:50
by Jensensen
Hi flip-flop,
thank you for sharing!
Toflar wrote:Für FF hab ich sowieso immer die spezielle moz-Anweisung für die Scrollbar benutzt...
Wie sieht die aus?
[edit] Was, nicht valid? Dann vielleicht besser nicht. [/edit]
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 20:24
by Heiko H.
flip-flop wrote:In FF3 min-height: 100.01%; don´t work anymore to fix the vertical scrollbar.
Sorry Knut but I can't confirm this behaviour.
Have a look
here...
Heiko...
[EDIT]
I have noticed that I use a CSS like this:
[/EDIT]
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 20:56
by update
This seems to work:
Code: Select all
body {
margin: 0;
padding: 0;
text-align: center;
height:100.1%;
background: black;
}
html {
height: 100.1%;
}
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 21:33
by flip-flop
Yes it works, but the IE is using a FF like toolbar.
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 21:41
by update
flip-flop wrote:Yes it works, but the IE is using a FF like toolbar.

toolbar? I did submit a possible solution for the window scrollers only

Do I miss something, perhaps an FF - like developer toolbar for IE6 or 7?
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 21:56
by Toflar
Oh sorry...don't know why, but I wrote everything in German xD
Just in addition to my post or rather as an answer to Jensensen's question:
http://www.css4you.de/mozproperty.html
...is coming somehow or other! Personally i think the CSS source is still valid with one of these codes...it's not accepted by every browser, okay. But the padding rule which IE6 was using (which was actually the right one according to W3C) disappeared too because of somebody who thought that the FF converting ist better

Re: Site jumping in FF3 / vertical scroll-bar
Posted: Mon 8. Sep 2008, 22:11
by flip-flop
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 00:14
by Jensensen
Toflar wrote:... Personally i think the CSS source is still valid ...
He, he, this is really funny - you are your own "validator"?
There are many (some would say too much) people who
personally think that their (css) code is valid.
Don't get me wrong! Guess you ARE checking for valid code. But your phrase was so funny that I couldn't retain.
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 05:52
by juergen
The problem with BARS is all the time: If you are familiar with them for a longer time you will forget which one was the last yesterday
*duck* and

wegrenn
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 07:19
by update
as per J. Morrison: ".... show me - the way - to the next - scroller BAR.... du du du du du ....du du du du du...."
DUWR (
duck
un'
weg
renn)

Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 09:38
by Toflar
Jensensen wrote:Don't get me wrong! Guess you ARE checking for valid code. But your phrase was so funny that I couldn't retain.

CSS 3 is coming soon...why don't you play with the different possibilities your browser offers until the W3C kicks their own ass? I'm wating for the day every browser is interpreting the source code the same way...and I know we all do...
Ah, and I know this "personally" sounds funny, but I couldn't write it in another way

Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 12:52
by juergen
Toflar wrote:I'm wating for the day every browser is interpreting the source code the same way...and I know we all do...
How old are you now, Toflar ? Do not wait !Waiting causes headache!! Ask claus !
Re: Site jumping in FF3 / vertical scroll-bar
Posted: Tue 9. Sep 2008, 14:35
by Toflar
Almost 20 years old...

More than 5 years into webdesign...
Aha, as you said: don't wait...I agree with you - so use the possibilities you have
