列表与表格属性与容器溢出

列表的属性:

  1. 设置项目符号:list-style-type:none;
  2. 设置项目符号为图片:list-style-image:url(“”);
  3. 设置项目符号的位置:list-style-position:outstyle|inside;
  4. 简写:list-style:none;

表格属性:

  1. 设置元素宽高:wodth:;  height:;
  2. 元素内容对齐方式 text-align: left|center|right;
  3. 表格内容的垂直对齐方式 vertical-align;middle|top|bottom;
  4. 边框折叠:相当于cell- spacing=“0”

border-collapse:collapse;       (折叠边框)

  1. 表格背景颜色:background-color:;
  2. 表格背景图片:background-image;url();

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style>

table{

width: 1000px;

height: 300px;

border-collapse: collapse;

background-color: pink;

}

tr{

text-align: center;

vertical-align: top;

}

</style>

</head>

<body>

<table border="1">

<tr>

<td>滴滴滴</td>

<td>滴滴滴</td>

<td>滴滴滴</td>

</tr>

 </table>

</body>

</html>

默认情况下内容大于容器会溢出

盒子的内容溢出:overflow:;

取值:hidden 溢出部分隐藏   auto 自动,有溢出内容显示滚动条,没有溢出内容不显示滚动条。

.box{

width: 100px;

height: 400px;

background-color: blue;

                white-space:nowrap; /*内容在同一行显示*/

overflow: auto;

                text-overflow: ellipsis;/*文本溢出省略号显示*/

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值