Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~346 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for cmills83

[quote=Dogtree;134563]The height attribute doesn't exist in any portable HTML specification. You're relying on an IE extension. A workable solution is CSS: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <style type="text/css"> html,body { margin:0; padding:0; height:100%; width:100%; } table.full-height { height:100%; width:100%; border:1px solid black; } </style> …

Member Avatar for MidiMagic
-1
346

The End.