1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
5 <title>percentage heights
</title>
7 body { margin:
2em; overflow: hidden; }
13 <p style=
"display:none;">percentage height images in DIV with no height (red)
</p>
14 <div style=
"border: 1px solid green;">
15 <div style=
"border: 1px solid red;">
16 <img height=
"100%" width=
"100%" src=
"../images/raptor.jpg">
19 <p>percentage height images in DIV with no height (red) in a DIV with no height (green)
</p>
20 <div style=
"border: 3px dotted green;">
21 <div style=
"border: 1px solid red;">
22 <img height=
"100%" src=
"../images/raptor.jpg">
25 <p>percentage height image in table cell (red), in a DIV with no height (green)
</p>
28 <table style=
"border: 1px solid red;" height=
"100%">
30 <td style=
"border: 1px solid red;"><img src=
"../images/raptor.jpg"></td>