1.

Solve : Positioning footers?????

Answer»

Hi Hopers

I've spend all flipping day on this one and I cant work it out, all help hugely appreciated!!!

I'm trying to get a simple navbar to SIT on the bottom of the page, but its got about a 100px gap in IE and about twice that in firefox.

HTML code:

[/url][/url][/url]








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!!!


Discussion

No Comment Found