Hi. Forgive me if thisn't *exactly* the right place to post this. I am having
a strange problem where I want to set a table's HEIGHT (not width). When I do
it using:
<Table style="width:75%; height:100%;">
...the Width setting works everywhere. HOWEVER, the Height setting works in
the Visual Studio Design View and in FireFox, but *not* in IE.
Help?
Alex
Hi Alex,
As for the html table 100% height, there does exists much problem with it
since it is quite specfiic to browser or html spec. What's the problem
behavior you met in IE? Here are some article mentioned product 100%
height style in html page:
#100% Table Height
http://apptools.com/examples/tableheight.php
http://tom.me.uk/html-to-css/center-vertically.html
You may have a look to see whether it helps some.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?QWxleCBNYWdoZW4=?= <AlexMaghen@newsgroup.nospam>
>Subject: Table HEIGHT setting
>Date: Sun, 10 Feb 2008 21:47:01 -0800
>Hi. Forgive me if thisn't *exactly* the right place to post this. I am having
>a strange problem where I want to set a table's HEIGHT (not width). When I do
[quoted text clipped - 6 lines]
>
>Alex