/[suikacvs]/www/test/html/ruby/styling/ruby-position-inline/text-align-5.html
Suika

Contents of /www/test/html/ruby/styling/ruby-position-inline/text-align-5.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat May 31 05:05:31 2008 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
Yay! ruby-position: inline on ruby (not rt) removes entire magic in WinIE7

1 wakaba 1.1 <!DOCTYPE HTML>
2     <title>ruby-positon: inline and text-align</title>
3     <style>
4     ruby {
5     display: inline;
6     ruby-position: inline;
7     position: relative;
8     }
9     rt {
10     display: block;
11     position: absolute;
12     border: thin dotted blue;
13     top: 5em;
14     left: 0;
15     right: 0;
16     text-align: center;
17     }
18     </style>
19     </head>
20     <body>
21     <p><ruby><rb>xxxxxxx</rb><rt>YYYYY</rt></ruby></p>
22     </body>
23     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24