不同浏览器下显示文字

[不指定 2007/06/13 16:09 | by sunle ]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&...
<style>
div {
  color:pink; /* -- FF -- */
  +color:green; /* -- IE7 -- */
  _color:red; /* -- IE6 -- */
  \color:blue; /* -- IE5 -- */
  }
</style>
<div>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>

DOS命令

[不指定 2007/06/13 08:49 | by sunle ]
ipconfig /renew重请从DHCP服务器获得IP
ipconfig /displaydns显示dns缓存
Tags:

一些比较实用的CSS风格

[不指定 2007/06/13 07:46 | by sunle ]
http://www.dynamicdrive.com/style/
Tags:
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]