- CSS打造经典鼠标触发显示选项
- [html]!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 http-equ...
tags: CSS 鼠标 - date:07-09-08 comment:0 views:3782 查看全文...
- 纯CSS代码实现翻页
- [html]!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html xmlns=http://www.w3.org/1999/xhtml xml:lang=zh lang=zh head profi...
tags: 翻页 CSS - date:07-07-30 comment:0 views:3722 查看全文...
- AJAX弹出提示信息,页面背景变成灰色半透明效果
- [html]html head meta http-equiv=Content-Type content=text/html; charset=gb2312 / title提示信息框/title style type=text/css a{ color:#000; font-size:12px;text-decoration:none} a:hov...
tags: AJAX 弹出提示 - date:07-07-17 comment:1 views:5306 查看全文...
- 如何让层垂直居中于浏览器窗口?
- [html]style type=text/css !-- div { position:absolute; top:50%; left:50%; margin:-150px 0 0 -200px; width:400px; height:300px; border:1px solid #008800; } -- /style div让层垂直居中...
tags: div层 居中 浏览器 - date:07-07-11 comment:0 views:2337 查看全文...
- 用CSS实现段落前面缩进两个字
- [html]style type=text/css !-- p{ text-indent: 2em; /*em是相对单位,2em即现在一个字大小的两倍*/ } -- /style p段落前面空两个字的距离,不要再使用空格了。应该使用首行缩进text-indent。长...
tags: 段落 CSS 缩进 - date:07-07-10 comment:0 views:1769 查看全文...
- 用CSS把标题超出的部分变成...
- [html]html body style .ellipsis span { white-space:nowrap; text-overflow:ellipsis; /* for internet explorer */ overflow:hidden; width:190px; display:block; } htmlbody .ellipsis { c...
tags: CSS 标题 - date:07-06-26 comment:0 views:2696 查看全文...
- dreamweaver cs3新功能之直接生成div+css页面
- dreamweaver cs3在新建文件时比以前版本有了较大改变,分为了四列形,有点类似于golive的样式了。最大的改观就算它能自动创建div+css布局,基本上涵盖了所有的常用布局形式。可以为我们设计页面...
tags: dreamweaver cs3 div CSS - date:07-09-08 comment:0 views:5355 查看全文...


