首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

【基础一】

2012-11-22 
【基础1】?《css web设计快速上手》Tom Negrino Dori Smithhttp://www.dori.com/css/links.html颜色代码:http:

【基础1】


?《css web设计快速上手》Tom Negrino Dori Smithhttp://www.dori.com/css/links.html颜色代码:http://www.dori.com/css/colors.htmlborder类型:http://www.dori.com/css/borders.htmlCSS:1.FTP程序把css和xhtml文件上传到web服务器2.css编辑器:westernciv的stylemaster www.westciv.com 既是css编辑器,也是html编辑器:newsgator的topstyle www.newsgator.com 3.将css样式表语html连接:??? 连接link:将样式表嵌入html页面??? 导入@import:将样式表导入页面,还可将一个多个 css 导入另一个css4.层叠:
【基础一】
???? 5.ID是唯一的,一个页面只能有一个布局和定位:6.快标签:<h1>........?? <p>??? <backquote>?? 内联标签:<i><em><strong>?? <b>?? (容器)<div><span>7.盒模型
【基础一】
??8.定位盒?? 静态定位:?? 相对定位:相对于元素初始位置?? 绝对位置:以元素容器为参照物来放置一个元素?? 固定定位:基于页面本身?9.浮动float值:left????? right???? ?none???? inherit(盒继承其他容器的浮动值) ?10.选择大小相对大小:相对于页面其他元素关系定义绝对大小:固定值


???使用css创建效果最美妙的部分在于,不需要额外的Javascript.?列表属性:list-style??? list-style-image?? list-style-position?? list-style-type??legend 元素为 fieldset 元素定义标题(caption)。 <fieldset>? <legend>健康信息:</legend><form>???? <label>身 高:<input type="text" /></label>???? <label>体重:<input type="text" /></label></form></fieldset>【基础一】?可直接这样用,当鼠标经过td表格时,会变色<td onMouseOut="this.bgColor=#efefef;this.borderColor=#efefef";onMouseOver="this.bgColor=#cccccc; this.borderColor=#000033">cnbruce</td>???????
?


热点排行