Table HEIGHT setting

A

Alex Maghen

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
 
S

Steven Cheng[MSFT]

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.



--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top