Forum Moderators: open

Message Too Old, No Replies

internet explorer and 100% height table

         

sneaks

7:23 pm on Mar 25, 2008 (gmt 0)

10+ Year Member



does anyone know why a 100% height table will go beyond the 100% height in ie7? may also in ie 6 but i havent tried yet. the table is exceeding the window height, i am trying to have a call to action that sticks to the bottom.

thanks for the help!
snx

sneaks

7:26 pm on Mar 25, 2008 (gmt 0)

10+ Year Member



i figured it out.

it happens if the table height is 100% and the td height is also 100%

hope that helps someone out there cause i seen this posted a few times on the net but unanswered.

BlobFisk

9:09 am on Mar 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Glad you got it sorted!

Might be worth thinking about a CSS based approach here, rather than using tables. Height on TDs is deprecated (http://www.w3.org/TR/html401/struct/tables.html#h-11.2.6 [w3.org]) and using CSS makes SEO etc. easier.

HTH