In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
If I am not mistaken, there are two interpretations of this:
1. the table will be positioned relative to the viewport
2. the table will be positioned relative to </html> (since its bottom: 0).
The question is: why do you want the table to be aligned at the bottom of the screen? Using position:absolute will take the table out of the normal flow of the document. Hence there is a possibility that other content on the page will flow over the table.
Next question: what if the table spans more than the height of the viewport?
Is there any other way? (one which really positions it at the bottom of the page?)
In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
I've had that trouble trying to make something appear at the bottom of a page too - all the objects were absolutely poistioned and if I didn't use positioning it went underneath, otherwise it sat on top of something else. Well, he did say the screen anyway!!
In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
I would suggest putting the table in a frame
And I would suggest against doing that. What the heck matters if the page isn't exactly displayed at the bottom. It DOES matter if search engines aren't able to spider the pages very well due to frames.
Phew, I only asked a little question, but thanks for your replies anyway. Perhaps I should explain what it is I need.
I want an html page to be the desktop of a machine located in our company library. I have already worked out how to fix it as the default using IEAK, and the page will always be full screen.
Presently, I have a dynamic menu at the top of the page which lists alot of useful links, so I would like a second table at the bottom of the screen which doesnt get in the way of the drop down menus and will hold icons for locally installed applications such as Word, Excel and library sofware etc.
I have just tried the "style="position:absolute; bottom:0px;" command and it works a bit. he table is now at the bottom, but positioned on the left hand side, even though I also added "align=center"
This will position it from the left and bottom. The only problem is if it is for more than one computer with different screen sizes, where you'd have to modify the left value to suit the screen size.
You'll need to experiment with the left number depending on the table size.
Have fun
Dave
Last edited by DaveSW; 05-21-2003 at 05:37 AM.
In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
Bookmarks