Rebecca Mazur wrote:
>
> Here is one page that has definitely done it to me more than once:
> http://www.kenyon.edu/x12305.xml
>
>
> ~Rebecca
>   


Dunno. Up for a shot in the dark, Rebecca?

The file is proprietary html.
Change the doctype and character encoding and validate the markup to:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">

In the CSS revise selector to read:
#footer
{
    /*position:absolute;*/position:relative;
}



______________________________________________________________________
css-discuss [cs...@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