Saved Bookmarks
| 1. |
Solve : Positioning footers????? |
|||
|
Answer» Hi Hopers
CSS: table.footer-table { position: absolute; border: 0px; width: 300px; height: 30px; bottom: 0px; left: 300px; padding: 0px; } table.footer-table img { border: 0; padding: 0; margin: 0; } Cheers Ben UK PS I'm doing all the coding in notepad (its soo much cheaper)Resolved by self... Moved some tags around, changed the DIV positions and used a style rather than a div and hey presto!! Ben UKH Ben. Why not check out >PSPad<, currently my HTML/CSS/PHP editor of choice? Syntax highlighting, automatic indentation, built in FTP client, ETC. It's free. You will never go back to Notepad!!! |
||||