Connecting Tech Pros Worldwide Help | Site Map

container won't stay still in FF

Newbie
 
Join Date: Oct 2008
Location: Whitstable
Posts: 2
#1: Oct 6 '08
OK I am going a little mad now. For my sanity can somebody take a look at this and tell me what I am missing.
I have validated both the HTML and the CSS, all is fine.
I have trawled forums tried fixes, and could go on but you have heard it all before.

website http://blissfulbaby.co.uk/
css http://blissfulbaby.co.uk/bb3.css


2 pages, Clare.htm and Links.htm move to the left in Firefox

Any ideas truely welcome
Expert
 
Join Date: Aug 2008
Posts: 397
#2: Oct 6 '08

re: container won't stay still in FF


Quote:

Originally Posted by Kimmykool

2 pages, Clare.htm and Links.htm move to the left in Firefox

Those pages are not deep enough to draw a scroll bar. The usual fix for short page shift is:
Expand|Select|Wrap|Line Numbers
  1. html { min-height: 100%; margin-bottom: 1px; }
  2.  
Newbie
 
Join Date: Oct 2008
Location: Whitstable
Posts: 2
#3: Oct 6 '08

re: container won't stay still in FF


Quote:

Originally Posted by David Laakso

Those pages are not deep enough to draw a scroll bar. The usual fix for short page shift is:

Expand|Select|Wrap|Line Numbers
  1. html { min-height: 100%; margin-bottom: 1px; }
  2.  

Thank you, Thank you
Reply