[thelist] Using % for table cell height

Ben Morrison ben.morrison at dogstardesign.co.uk
Fri Jan 9 03:31:18 CST 2004


On 8/1/04 6:31 pm, "Mark Joslyn" <Mark.Joslyn at SolimarSystems.com> wrote:

> I am trying to validate a document using XHTML strict doctype but it
> keeps throwing messages that say my use of <td height="100%"> is
> invalid.

As height isnt part of the html specs.

You could try using css to fool the validator.

<style type="text/css>

.myheight{
height:100%;
}

</style>

<td class="myheight">

But you are going to run into x-browser problems.

ben




More information about the thelist mailing list