Thanks for the link, Francky.
Following the markup in that page, I had to add an extra wrapper div
inside the body to which I had to apply the background. This had to be
done, since the body height was already specified to be a 100%, and
wouldn't increase beyond that, I guess.
Only if there was a
Rakesh Pai schreef:
> So, I've created a page using the exact code from footerStickAlt
> http://www.themaninblue.com/writing/perspective/2005/08/29/ except
> I've given a background to the HTML. Unfortunately, the background
> applies only to the page to the extent of the viewport height. Which
> m
So, I've created a page using the exact code from footerStickAlt
http://www.themaninblue.com/writing/perspective/2005/08/29/ except
I've given a background to the HTML. Unfortunately, the background
applies only to the page to the extent of the viewport height. Which
means that if the page is talle
Hi Brett,
I feel your pain™. My suggestion might be a bit unwelcome on this
message board but from personal experience, the only way I've been
able to get a footer to stick consistently in all browsers is by
using a table for layout. This is a pretty good resource if you want
to go down t
On 6/9/2006 9:31 AM, Alex James wrote:
> How about just organizing some of those ID's & classes into shared
> declaration's? For example you could declare the following:
>
> #centercontent h1, #centercontent h2, #centercontent h3, #centercontent
> li a { font-weight:normal; }
>
> Apply this met
Brett wrote:
> I've removed #nonfooter's margin-bottom, and added clear:both to
#footer
(I believe I've tried this before). The result is good for long pages,
but short pages are still problematic (see
http://dawkins.ctat.cs.cmu.edu/index.php?id=download ).
For the short page example I removed
On 6/9/2006 7:10 AM, Alex James wrote:
> Brett wrote:
>> Please see http://dawkins.ctat.cs.cmu.edu/
>> My goal is the same as footerStickAlt [1]. I can't get this footer to
> stick to the bottom of the page in any browser.
>
> Brett,
>
> Try the following:
>
> Remove margin-bottom:10em; from t
Brett wrote:
> Please see http://dawkins.ctat.cs.cmu.edu/
> My goal is the same as footerStickAlt [1]. I can't get this footer to
stick to the bottom of the page in any browser.
Brett,
Try the following:
Remove margin-bottom:10em; from the #nonfooter declaration.
Add clear: both; to the #foot
Please see http://dawkins.ctat.cs.cmu.edu/
My goal is the same as footerStickAlt [1]. I can't get this footer to
stick to the bottom of the page in any browser.
My guess is that this has something to do with a series of background
images that are generally not being computed as part of 'height'
> But if you try that alone it doesn't position the footer, it also requires
> CSS from the imported main.css
>
> Tim
>
I added a height: 7.5em to the rule for #footer, and put in my usual
* {
margin: 0;
padding: 0;
}
at the top and had a page with a fixed footer. Adding a load of text
sho
Tim (The Site Doctor) wrote:
> No, I'm talking about his page's code, basically I'm just thinking about
> having a template with the layout CSS and no element styling.
>
> Tim
So you are not asking about the footerStickAlt method, as your subject
line implies, but you are asking about this page'
s.org
Subject: Re: [css-d] footerStickAlt
> No, I'm talking about his page's code, basically I'm just thinking about
> having a template with the layout CSS and no element styling.
>
> Tim
>
Not sure I'm following you; the code he presents is
HTML:
CSS
> No, I'm talking about his page's code, basically I'm just thinking about
> having a template with the layout CSS and no element styling.
>
> Tim
>
Not sure I'm following you; the code he presents is
HTML:
CSS:
html
{
height: 100%;
}
body
{
height: 100%;
}
#nonFooter
{
position: rela
css-discuss.org
Subject: Re: [css-d] footerStickAlt
> Hi,
>
> I was just wondering whether anyone has a reduced code version of The Man
> in
> Blue's footerStickAlt
> (http://www.themaninblue.com/writing/perspective/2005/08/29/). The only
> reason I ask is because we
> Hi,
>
> I was just wondering whether anyone has a reduced code version of The Man
> in
> Blue's footerStickAlt
> (http://www.themaninblue.com/writing/perspective/2005/08/29/). The only
> reason I ask is because we've used the idea on a couple of sites but I
> feel
> there's a lot of redundant cod
Hi,
I was just wondering whether anyone has a reduced code version of The Man in
Blue's footerStickAlt
(http://www.themaninblue.com/writing/perspective/2005/08/29/). The only
reason I ask is because we've used the idea on a couple of sites but I feel
there's a lot of redundant code there and when
16 matches
Mail list logo