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

Contents of /www/test/css/box/absolute/iframe-absolute-2.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 left: 0;
9 width: 100%;
10 height: 100%;
11 border-style: none;
12 background-color: green;
13 }
14 body {
15 background-color: blue;
16 }
17 </style>
18 <iframe></iframe>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24