On Tue, 14 Mar 2006 15:15:28 -0500, Carolyn Marenger
<cajunk@marenger.com> wrote:
[color=blue]
>bobmct wrote:
>[color=green]
>> On Tue, 14 Mar 2006 01:45:35 GMT, Spartanicus
>> <invalid@invalid.invalid> wrote:
>>[color=darkred]
>>>bobmct <r.mariotti@fdcx.net> wrote:
>>>
>>>>Can ANYONE please explain why this output might not be working as
>>>>expected ONLY on certain long pages?
>>>
>>>Post a url, and mention which browser you are seeing this with.[/color]
>>
>>
>> OK - as requested:
>>
>>
www.fdcx.net/test.html
>>
>> I've created a sample page and the css is embedded for clarity. My
>> browser is Firefox 1.5.0.1 and with IE the page appears to display
>> correctly (that's a switch!)
>>
>> I am trying to generate a common footer that appears at the bottom of
>> ANY page(s). If its a short page the footing should appear at or near
>> the physical browser window. However, if its a long page the footing
>> should appear at the end of the page content. In FF the footing text
>> is appearing properly but the top-border is appearing either in the
>> middle of the page or right up near the top. I MUST be missing
>> something to accomplish this.
>>
>> THanks to anyone who can recommend how to correct and solve my
>> problem.
>>
>> Bob[/color]
>
>Bob,
>
>It is actually worse than that. If the page is made very wide, the footer
>text appears to the right rather than below the content column. Although
>it is an interesting effect, I don't think it is useful. :)
>
>The solution is quite simple. Insert a <br clear="all"> or the equivalent
>in CSS terms in the footer tag. I just did it and it works fine now.
>
>The other problem I noticed, when the viewport is narrow enough, the content
>appears on top of the menu to the left. I don't have a quick fix for this
>one. Sorry.
>
>Carolyn[/color]
Well Thank you Carolyn;
I played with your suggestion and used the <br clear=all> just prior
to my footing block. Seems to have solved my problem.
I am having the most difficult time trying to balance between HTML
code and css code to achieve the desired result. <heavy sigh>
Thanks again.
Bob