On 10/25/11 5:29 PM, John wrote:

Testing on the windows browsers I have (IE6, FF7 Opera 11.51)

HTML{overflow-y: scroll;}   works, but  html { min-height: 100%; margin-bottom: 
1px; } appears not to work.

Do I need to investigate this further or is it a case of sometimes one fix 
works while another doesn't?

thank you, John


The page will "look" different depending on whether you use 1/ or 2/. Both force a scroll bar [no more page shift regardless of what one you use].

1/ Will cause the current CSS validator to throw an error-- no big deal, imo.

2/ Will pass CSS validation.

Name of the game: Pick your poison [and go on to other things].

1/
html { overflow-y: scroll; }

or
2/
html { min-height: 100%; margin-bottom: 1px; }

Best,
U2


--
Desktop. Laptop. Tablet. Mobile!
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to