3?? ??: ?? ??: ?? ?? ??: boxing ?? ??: boxed ?? ??: boxed
direction
English [d??rek?n] US [d??r?k??n, da?-] n. trend ;Aspect ?? ?????: ??
CSS ?? ?? ?? ???
??: ??? ??? ?? ??? ???? ?????.
??: ??box-direction: Normal|reverse|inherit;
??: normal? ?? ??? ?? ???? ?????. reverse? ?? ??? ?? ???? ?????. ??? ?? ???? ?? ?? ?? ?? ???? ???
??: ?? ?? ?? ??? ???? ????? ????. Firefox? ?? -moz-box-direction ??? ?????. Safari, Opera ? Chrome? ?? -webkit-box-direction ??? ?????.
CSS ?? ?? ?? ?
<!DOCTYPE html> <html> <head> <style> div { width:350px; height:100px; border:1px solid black; /* Firefox */ display:-moz-box; -moz-box-direction:reverse; /* Safari, Opera, and Chrome */ display:-webkit-box; -webkit-box-direction:reverse; /* W3C */ display:box; box-direction:reverse; } </style> </head> <body> <div> <p>段落 1。</p> <p>段落 2。</p> <p>段落 3。</p> </div> <p><b>注釋:</b>IE 不支持 box-direction 屬性。</p> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????