随笔分类 - CSS+DIV
摘要:1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在Firefox(火狐)下运行 (2)解决方法: 改用 document.formName.elements["elementName"] 2. 集合类对象问题 (1)现有问题: 现有代码中许多集合类对象取用时使用 ...
阅读全文
摘要:<!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.org/1999/xhtml"><head><meta htt...
阅读全文
摘要:CSSHACK区别IE6与FF: background:orange;*background:blue; background:orange;_background:blue; background:blue;!important;background:orange;区别IE6与IE7:background:blue;!important;background:green;background:g...
阅读全文
摘要:<htmlxmlns="<ahref="http://www.w3.org/1999/xhtml"target="_blank"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>图片动态显示</title><style...
阅读全文