Forum Moderators: not2easy

Message Too Old, No Replies

Extra Space at Bottom of Site in FF

IE displays it as I would like, but that doesn't make my code correct!

         

webworker us

10:49 pm on Jul 2, 2006 (gmt 0)

10+ Year Member



Hi All,

I am using ASPMaker to develop my site, and I am having a bit of trouble with the graphical template that is included. When I generate the site, I have extra space at the bottom of the page (below the footer) in Firefox, but not in Internet Explorer. Also, the amount of space is not the same for each page.

My guess is my use of CSS for setting the margin/padding, but I am not positive, and so far have been unable to fix it.

Any Suggestions?


body,html {
background-color: #ffe584; /* background color */
color: inherit; /* text color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
margin: 0px 0px 0px 10px; /* top right bottom left */
padding: 0px 0px 0px 0px;
}

Casey

texmex

4:17 am on Jul 3, 2006 (gmt 0)

10+ Year Member



Can't see anything there to hint at your problem. Could you show us the CSS for your footer.

webworker us

6:28 pm on Jul 3, 2006 (gmt 0)

10+ Year Member



I have stuck an HTML copy of the login page at:
<snip>

The 3 links there go to the HTML copy, the main CSS, and the menu CSS respectively.

Any and all ideas are welcome.

Casey

Edit reason: no urls thanks

[edited by: SuzyUK at 1:50 pm (utc) on July 11, 2006]

webworker us

12:05 pm on Jul 5, 2006 (gmt 0)

10+ Year Member



Fixed it. The menu space below the links were generated by another table, which had a hight of 100%. I assume that correct CSS states that height 100% is the height of the window, not the current space?

Moderator: Please delete the links in my previous post as I will be deleting those pages.

Thanks,

Casey