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 | ruby-position: inline; |
| 6 | display: inline; |
| 7 | position: relative; |
| 8 | } |
| 9 | .rb { |
| 10 | display: block; |
| 11 | border: thin yellow dashed; |
| 12 | width: 20em; |
| 13 | } |
| 14 | rt { |
| 15 | display: block; |
| 16 | position: absolute; |
| 17 | top: 5em; |
| 18 | left: 0; |
| 19 | right: 0; |
| 20 | border: thin blue dotted; |
| 21 | text-align: center; |
| 22 | } |
| 23 | </style> |
| 24 | <p><ruby><span class=rb>xxxxxxxxxxx</span><rt>yyyyy</rt></ruby> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |