谁能告诉我一些CSS +DIV的基本属性
答案:6 悬赏:10 手机版
解决时间 2021-07-30 23:57
- 提问者网友:却不属于对方
- 2021-07-30 17:23
谁能告诉我一些CSS +DIV的基本属性,初学者
最佳答案
- 五星知识达人网友:千杯敬自由
- 2021-07-30 18:14
去下载个css手册看看吧,下面这个网址有的下载
CSS2.0手册: http://www.w3cn.org/resource/down/2004/css20.chm
CSS2.0手册: http://www.w3cn.org/resource/down/2004/css20.chm
全部回答
- 1楼网友:旧脸谱
- 2021-07-30 23:06
我建议你到www.xzitb.com看一下学习DIV+CSS的方法,里面有很多文章都是经验之谈
- 2楼网友:痴妹与他
- 2021-07-30 22:13
行为属性 | behavior(已提交)* |
---|---|
字体和文本属性 | direction* |
direction | |
font | |
font-family | |
font-size | |
font-style | |
font-variant | |
font-weight | |
ime-mode(已提交)* | |
layout-grid(已提交)* | |
layout-grid-char(已提交)* | |
layout-grid-line(已提交)* | |
layout-grid-mode(已提交)* | |
layout-grid-type(已提交)* | |
letter-spacing | |
line-break(已提交)* | |
line-height | |
min-height ++ | |
ruby-align(已提交)* | |
ruby-overhang(已提交)* | |
ruby-position(已提交)* | |
text-align | |
text-autospace(已提交)* | |
text-decoration | |
text-indent | |
text-justify(已提交)* | |
text-kashida-space(已提交)** | |
text-overflow ++ | |
text-transform | |
text-underline-position(扩展)** | |
unicode-bidi | |
vertical-align | |
white-space** | |
word-break(已提交)* | |
word-spacing ++(于 Macintosh 版本 4.0 中可用) | |
word-wrap(扩展)** | |
writing-mode(已提交)** | |
颜色和背景属性 | background-attachment |
background-color | |
background-image | |
background-position | |
background-position-x(已提交) | |
background-position-y(已提交) | |
background-repeat | |
color | |
版面属性 | border |
border-bottom | |
border-bottom-color | |
border-bottom-style | |
border-bottom-width | |
border-collapse* | |
border-color | |
border-left | |
border-left-color | |
border-left-style | |
border-left-width | |
border-right | |
border-right-color | |
border-right-style | |
border-right-width | |
border-style | |
border-top | |
border-top-color | |
border-top-style | |
border-top-width | |
border-width | |
clear | |
float | |
layout-flow(扩展) | |
margin | |
margin-bottom | |
margin-left | |
margin-right | |
margin-top | |
padding | |
padding-bottom | |
padding-left | |
padding-right | |
padding-top | |
scrollbar-3dlight-color(扩展)** | |
scrollbar-arrow-color(扩展)** | |
scrollbar-base-color(扩展)** | |
scrollbar-darkshadow-color(扩展)** | |
scrollbar-face-color(扩展)** | |
scrollbar-highlight-color(扩展)** | |
scrollbar-shadow-color(扩展)** | |
table-layout* | |
zoom(扩展)** | |
分类属性 | display |
list-style | |
list-style-image | |
list-style-position | |
list-style-type | |
定位属性 | bottom* |
clip | |
height | |
left | |
overflow | |
overflow-x(已提交) | |
overflow-y(已提交) | |
position | |
right* | |
top | |
visibility | |
width | |
z-index | |
打印属性 | page** |
pageBreakAfter | |
pageBreakBefore | |
滤镜属性 | filter(已提交) |
伪类和其它属性 | :active |
@charset | |
cursor | |
:first-letter** | |
:first-line** | |
@font-face | |
:hover | |
@import | |
!important | |
:link | |
@media* | |
@page** | |
:visited |
- 3楼网友:舊物识亽
- 2021-07-30 20:35
w3school这站还可以,有详细HTML和CSS教程,说的比较详细。
关于最常用的,我列一点
<div id="mydiv" class="mystyle" width="100px" height="100px" style="border:solid 1px red;z-index:999;background-image:a.jpg;position:absoute;top:100px;left:300px;">
<div id="a" style="background-color:#ffffff;color:#000000;font-size:16px">又一个div</div>
</div>
这些就是最最常用的了,搞懂这些,div+CSS基本上可以算半个入门了。
- 4楼网友:拜訪者
- 2021-07-30 19:14
太多了。
这边又教程 http://www.aa25.cn/400.shtml
- 5楼网友:渡鹤影
- 2021-07-30 19:06
http://www.w3school.com.cn/ 对你有帮助的 都是基础的
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯