/[suikacvs]/www/test/css/box/absolute/iframe-absolute-1.html
Suika

Contents of /www/test/css/box/absolute/iframe-absolute-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sat Sep 13 02:49:10 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New

1 <!DOCTYPE HTML>
2 <title>Absolute positioning and iframe</title>
3 <style>
4 iframe {
5 display: block;
6 position: absolute;
7 top: 0;
8 bottom: 0;
9 left: 0;
10 right: 0;
11 background-color: green;
12 }
13 body {
14 background-color: blue;
15 }
16 </style>
17 <iframe></iframe>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24