随笔分类 -  CSS+DIV

摘要:1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在Firefox(火狐)下运行 (2)解决方法: 改用 document.formName.elements["elementName"] 2. 集合类对象问题 (1)现有问题: 现有代码中许多集合类对象取用时使用 ... 阅读全文
posted @ 2010-06-30 16:13 周枫 阅读(13508) 评论(5) 推荐(3)
摘要:<!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... 阅读全文
posted @ 2008-08-28 13:48 周枫 阅读(3508) 评论(2) 推荐(1)
摘要: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... 阅读全文
posted @ 2008-08-13 09:28 周枫 阅读(5944) 评论(2) 推荐(3)
摘要:<htmlxmlns="<ahref="http://www.w3.org/1999/xhtml"target="_blank"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>图片动态显示</title><style... 阅读全文
posted @ 2008-06-16 21:50 周枫 阅读(1313) 评论(0) 推荐(1)