I have a table that needs to have a 100% height property. If I set this within the html code (i.e <table height="100%"> everything is fine in all browsers. This, however, will not validate for HTML 4.01 Transitional because of this attribute. The suggested fix is to set the height with a style, as in <table style="height: 100%;">. This method is not recognized by NS4. Is there a way to get this to work in NS and also validate for HTML 4.01? Thanks for the help.
Originally posted by chrischo Is there a way to get this to work in NS and also validate for HTML 4.01? Thanks for the help.
I severely doubt it - unfortunately when you are developing for Netscape 4 you sometimes have to decide between breaking the standards or putting up with NS4 not displaying things exactly how you want
Bookmarks