Click here to Skip to main content
15,897,371 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMessage Removed Pin
22-Jul-10 3:48
Cristal222-Jul-10 3:48 
AnswerRe: Web Design Company New York Pin
Dalek Dave22-Jul-10 4:11
professionalDalek Dave22-Jul-10 4:11 
AnswerRe: Web Design Company New York Pin
The Man from U.N.C.L.E.22-Jul-10 4:27
The Man from U.N.C.L.E.22-Jul-10 4:27 
AnswerRe: Web Design Company New York Pin
Peace ON23-Jul-10 19:07
Peace ON23-Jul-10 19:07 
QuestionA real CSS question! Pin
Randor 21-Jul-10 15:10
professional Randor 21-Jul-10 15:10 
AnswerRe: A real CSS question! Pin
Roger Wright21-Jul-10 19:02
professionalRoger Wright21-Jul-10 19:02 
GeneralRe: A real CSS question! Pin
Randor 22-Jul-10 7:38
professional Randor 22-Jul-10 7:38 
AnswerRe: A real CSS question! [modified] Pin
Mustafa Ismail Mustafa21-Jul-10 22:15
Mustafa Ismail Mustafa21-Jul-10 22:15 
I recently came across something similar but with divs rather than tables but I think the same applies.

What you need to do, is explicitly specify that the body (the document body) has 100% height, and if there are in containers within, they also must have relative 100%.

Here's an example:

XML
<html>
<head></head>
<body style="height:100%;">
   <div style="height:100%;"
     <table style="height:100%;">
        <!-- table stuff  -->
     </table>
   </div>
</body>


keep in mind, what I meant by relative 100% is as so:

XML
<html>
<head></head>
<body style="height:100%;">
   <div style="height:50%;">
        <!-- Div stuff  -->
   </div>
   <div style="height:50%;"
     <table style="height:100%;">
        <!-- table stuff  -->
     </table>
   </div>
</body>

If the post was helpful, please vote, eh!

Current activities:
Book: Devils by Fyodor Dostoyevsky
Project: Hospital Automation, final stage
Learning: Image analysis, LINQ

Now and forever, defiant to the end.
What is Multiple Sclerosis[^]?

-- Modified Thursday, July 22, 2010 2:49 PM

GeneralRe: A real CSS question! Pin
Randor 22-Jul-10 6:54
professional Randor 22-Jul-10 6:54 
AnswerRe: A real CSS question! Pin
Chris Maunder22-Jul-10 8:55
cofounderChris Maunder22-Jul-10 8:55 
GeneralRe: A real CSS question! [modified] Pin
Randor 22-Jul-10 9:56
professional Randor 22-Jul-10 9:56 
GeneralRe: A real CSS question! Pin
Chris Maunder22-Jul-10 10:07
cofounderChris Maunder22-Jul-10 10:07 
GeneralRe: A real CSS question! Pin
Randor 22-Jul-10 10:50
professional Randor 22-Jul-10 10:50 
GeneralRe: A real CSS question! Pin
Chris Maunder22-Jul-10 14:29
cofounderChris Maunder22-Jul-10 14:29 
QuestionI hope, I hope! Pin
Member 419459321-Jul-10 12:27
Member 419459321-Jul-10 12:27 
AnswerRe: I hope, I hope! Pin
Dalek Dave21-Jul-10 13:05
professionalDalek Dave21-Jul-10 13:05 
QuestionI hate CSS Pin
Christian Graus21-Jul-10 12:10
protectorChristian Graus21-Jul-10 12:10 
AnswerRe: I hate CSS Pin
Dalek Dave21-Jul-10 12:16
professionalDalek Dave21-Jul-10 12:16 
AnswerRe: I hate CSS Pin
Roger Wright21-Jul-10 19:07
professionalRoger Wright21-Jul-10 19:07 
GeneralRe: I hate CSS Pin
Christian Graus22-Jul-10 12:54
protectorChristian Graus22-Jul-10 12:54 
AnswerRe: I hate CSS Pin
Chris Maunder22-Jul-10 8:57
cofounderChris Maunder22-Jul-10 8:57 
GeneralRe: I hate CSS Pin
LunaticFringe29-Jul-10 8:33
LunaticFringe29-Jul-10 8:33 
QuestionSerious CSS Question Pin
Dalek Dave21-Jul-10 11:57
professionalDalek Dave21-Jul-10 11:57 
AnswerRe: Serious CSS Question Pin
DaveAuld21-Jul-10 12:07
professionalDaveAuld21-Jul-10 12:07 
GeneralRe: Serious CSS Question Pin
AspDotNetDev21-Jul-10 14:30
protectorAspDotNetDev21-Jul-10 14:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.