Parent Directory
|
Revision Log
Yay! ruby-position: inline on ruby (not rt) removes entire magic in WinIE7
| 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> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |