css学习day6

cssg高级:显示与隐藏
1.display:none
隐藏元素,位置保留
2.visibility:
a.hidden 隐藏元素,位置保留
b.visible 对象可视
3.overfloat:hidden
超出盒子的部分内容隐藏,隐藏后位置不保留
4.鼠标的样式:cursor:
a.default 默认样式
b.pointer 变小手
c.move 变十字架
d.text
5.对齐方式:vertical-align:
a.baseline
b.top
c.middle
d.bottom
6.文字隐藏:text-overflow:
a.elip
b.ellipsis
文字隐藏的三步:1强制显示到一行(white-space)
2overflow:hidden
3text-overflow
7.精灵技术
给背景图片定为,显示自己想要的部分
8.滑动门技术

猜你喜欢

转载自blog.csdn.net/Frostbite2/article/details/82151944