wrote:
> I have no perfect cross-browser solution to position html element on
> the bottom of the page.
> I know that with Firefox I do it as:
> position:fixed; bottom:0px;
> However, IE does not understand that. Did anyone come across this
> issue to share with me?
Yeah, Internet Explorer does not support that particular CSS declaration.
I imagine you could position the element taking into consideration its
height (and width if necessary), and the canvas height.
If the canvas is 600px tall, and your element is 100px tall, then
placement at 500px down (top: 500px

would place it at the bottom.
http://jibbering.com/faq/#FAQ4_9
--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.