摘要:
<!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.or 阅读全文
摘要:
一维数组的创建数组名 = new 数据元素类型[ 元素个数 ] 数组的内存模型数组是存储多个相同类型变量的对象。数组的所有元素保存在堆内存中。•创建一个数组就是在堆中创建一个数组对象。•数组创建后立即拥有默认值。•索引从0开始。•连续分配 数组的初始化在创建数组的同时就为数组元素分配空间并赋值int 阅读全文
摘要:
/取得是两个数相除后的整数部分。 %取得是两个数相除后的余数部分。 阅读全文
摘要:
<html> <head></head> <body> <div id="tabList" style="height:40px;"> <li style="display:inline;font-size:14px;"> <span id="DY1" style="height:40px;line 阅读全文
摘要:
可视区尺寸document.documentElement.clientWidthdocument.documentElement.clientHeight 滚动距离(body和documentElement是为了游览器的数据兼容)document.body.scrollTop/scrollLeft 阅读全文
摘要:
默认 < 类型 < class < id < style(行间) <important !important 提升样式优先级权重 阅读全文
摘要:
1.加高问题:扩展性不好2.父级浮动问题:页面中所有元素都加浮动,margin左右自动失效(floats bad !)3.inline-block 清浮动方法: 问题:margin左右自动失效;4.空标签清浮动问题:IE6 最小高度 19px;(解决后IE6下还有2px偏差)5.br清浮动问题:不符 阅读全文
摘要:
阅读全文
摘要:
阅读全文