Re: [css-d] Moving Layout

2008-10-16 Thread Nancy Johnson
This is a great article. I was having the same problem with short pages. I had previously put a min-height in my footer which had a transparent background and forced a scrollbar on each page, but this , min-height: 100%; margin-bottom: 1px; , works better. Nancy On Thu, Oct 16, 2008 at 10:26

Re: [css-d] Moving Layout

2008-10-16 Thread David Laakso
Adam Stemple wrote: > www.passivepokerincome.com > > Hovering over login reveals the login using overflow:hidden. In IE it works > fine, but in FF it shifts the whole layout over. > > > Thanks. > See this article on correcting short page shift:

[css-d] Moving Layout

2008-10-16 Thread Adam Stemple
Hi folks, here's an odd one. Site works perfect in IE and not in FireFox! www.passivepokerincome.com Hovering over login reveals the login using overflow:hidden. In IE it works fine, but in FF it shifts the whole layout over. #sl_vert { height: 29px; float: right; text-align:left;