?
This document uses PHP Chinese website manual Release
text-underline-position:auto | [ under || [ left | right ] ]
默認(rèn)值:auto
適用于:所有元素
繼承性:是
動(dòng)畫性:否
計(jì)算值:特定值
auto:用戶代理可能會(huì)使用任意算法確定下劃線的位置。
under:下劃線的定位與元素內(nèi)容盒子的下邊緣相關(guān)
left:下劃線的定位與元素內(nèi)容盒子的左邊緣相關(guān)
right:下劃線的定位與元素內(nèi)容盒子的右邊緣相關(guān)
對(duì)應(yīng)的腳本特性為textUnderlinePosition。