樱木的娜娜

导航

2011年9月25日 #

一个图片阴影效果 CSS+DIV

摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><style>img{display:block;}#w{float:left;}.ac{background:#bbbbbb;border:1pxsolid#dddddd;}.bc{background:#777 阅读全文

posted @ 2011-09-25 21:22 樱木的娜娜 阅读(225) 评论(0) 推荐(1)

文字设置效果的代码

摘要: Div+css 文字效果示例<html><head><title>文字字体</title><style><!--h2{font-family:黑体, 幼圆;}p{font-family:Arial, Helvetica, sans-serif;}p.kaiti{font-family:楷体_GB2312, "Times New Roman";}--></style> </head><body><h2>立 春</h2><p>自秦代以来 阅读全文

posted @ 2011-09-25 21:12 樱木的娜娜 阅读(291) 评论(0) 推荐(0)

div相对定位和div绝对定位

摘要: <HTML><head><meta http-equiv="Content-Type" content="text/html; charset=big5" /><title>關於div相對定位和div絕對定位的說明實例</title><style>body{margin: 30px; font-size:9pt;}.a, .b, .c, .d, .e{width: 100px;height: 100px;margin: 5 auto;color: #fff;background: # 阅读全文

posted @ 2011-09-25 21:07 樱木的娜娜 阅读(4812) 评论(0) 推荐(0)