HisMightiness
Programmer
I have a pretty basic design and issue. It is a table layout (I know - please focus). Ordinarily, having the design touch the top and bottom of the page is simple...
Set the HTML and BODY margin to 0, and the height to 100% for the table on the page. This is usually all I need to do to get this concept to work (the bottom of the design touching the bottom of the browser window). However, this time something is wrong.
I have a current design using the same method I always do, but in IE7, the bottom of the design has a gap of about 2px between it and the bottom of the browser window.
Since I am using ASP.Net, I have looked at the rendered HTML and verified that there is nothing between the design objects and the closing BODY and HTML tags. The only exception is 3 ASP.Net specific HIDDEN INPUT tags.
I can give out the site on request to e-mail, but I cannot post it in a public forum. Does anyone notice any immediate problems from my description?
Will
Set the HTML and BODY margin to 0, and the height to 100% for the table on the page. This is usually all I need to do to get this concept to work (the bottom of the design touching the bottom of the browser window). However, this time something is wrong.
I have a current design using the same method I always do, but in IE7, the bottom of the design has a gap of about 2px between it and the bottom of the browser window.
Since I am using ASP.Net, I have looked at the rendered HTML and verified that there is nothing between the design objects and the closing BODY and HTML tags. The only exception is 3 ASP.Net specific HIDDEN INPUT tags.
I can give out the site on request to e-mail, but I cannot post it in a public forum. Does anyone notice any immediate problems from my description?
Will