CSS控制文字垂直排列

來源:互聯網
上載者:User

原址:http://www.mianfeimoban.com/div_css_tx/6724.html


<!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" lang="zh-CN">
<head>
<title>css控制div層裡面的文字豎排豎行垂直排列</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
#shuhang {
Text-align: left;
width: 100px;
writing-mode: tb-rl;
}
-->
</style>
</head>
<body>


<div id="shuhang">
在dreamweaver中通過css控制div層裡面的文字豎排豎行垂直排列
</div>


</body>
</html>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.