Rumah  >  Artikel  >  hujung hadapan web  >  css中关于ruby-position属性的使用详解

css中关于ruby-position属性的使用详解

黄舟
黄舟asal
2017-06-20 15:42:301973semak imbas

语法: 

ruby-position : above | inline

参数: 
 
above :  在基本文本上方定位ruby文本 
inline :  ruby文本与基本文本内联 
 
说明: 
设置或检索通过rt对象指定的注释文本或发音指南(参考ruby对象)的位置。
ruby对象及rt对象请参阅我的其他著作。 
对应的脚本特性为rubyPosition。请参阅我编写的其他书目。 
 
示例: 

ruby { ruby-position: above; }

ruby-position 指定注意的位置时使用。eeac9c7796b5ca074777fae472337828

属性
1.before 注音文本会在基础文字上面表示。(默认值)
2.after 注音文本会在基础文字下面表示。
3.right 注音文本会在基础文字右面表示。

实例代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
<title> ruby-position </title>  
<style>  
ruby.sample1 {ruby-position:before;}   
ruby.sample2 {ruby-position:after;}   
ruby.sample3 {ruby-position:right;}    
</style>  
    
</head>  
    
<body>  
<p><ruby class="sample1">新幹線<rt>しんかんせん</rt></ruby></p>  
<p><ruby class="sample2">新干线<rt>xinganxian</rt></ruby></p>  
<p><ruby class="sample3">高铁<rt>High-speed rail</rt></ruby></p>  
</body>  
</html>

实例图

1535.png

Atas ialah kandungan terperinci css中关于ruby-position属性的使用详解. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn