3?? ??: ?? ??: ?? ?? ??: boxing ?? ??: boxed ?? ??: boxed
orient
English [??:rient] American [??ri?nt, -??nt, ?or-]vt. ??? ?????.... ???? ?????. ??(?? ?)? ?????. ???? ????? A ??? ???.
CSS ?? ?? ?? ???
??: ??? ?? ??? ?? ?? ???? ???? ?????.
??: ??box-orient: horizon|vertical|inline-axis|block-axis|inherit;
Description: horizontal ?? ??? ???? ????? ?? ??? ?????. ?? ?? ??? ??? ??? ???? ?????. inline-axis ??? ?(??? ???)? ?? ?? ??? ?????. block-axis ?? ?(??? ???)? ?? ?? ??? ?????. ??? ?? ????? ?? ?? ??? ?? ???? ???.?
??: ?? ??? ?? ??? ???? ????? ????, ?? ??? ?? ??? ??? ??? ?????. ??? box-direction ? box-ordinal-group? ? ??? ??? ? ????.
CSS ?? ?? ?? ?
<!DOCTYPE html> <html> <head> <style> div { width:350px; height:150px; border:1px solid black; /* Firefox */ display:-moz-box; -moz-box-orient:horizontal; /* Safari, Opera, and Chrome */ display:-webkit-box; -webkit-box-orient:horizontal; /* W3C */ display:box; box-orient:horizontal; } </style> </head> <body> <div> <p>段落 1。</p> <p>段落 2。</p> <p>段落 3。</p> </div> <p><b>注釋:</b>IE 不支持 box-orient 屬性。</p> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????