Posted by Jim Moe on 03/18/06 20:40
Simon wrote:
>>
>> So if you want a footer, you need to stop using absolute positioning.
>
> That is a problem, I cannot ask my users to stop using absolute positioning.
>
If you give control of the layout to the users, you cannot control the
layout.
> It might be a long shot, but would JavaScript be able to tell me the height
> of a document so I can position the footer using absolute position myself.
>
> Would you know if JavaScript can do that?
>
Yes, it can. If the user has JS enabled. And you have given the
container an "id" attribute. Look up getElementById().
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|