龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索

主页 > web编程 > div+css/html >

  • CSS效果--动态更改list-style-type属性 日期:2012-12-29 08:41:28 点击:2 好评:0

    本例子在FireFox和IE6.0上通过测试,效果一样 style #idDIV{ font-family:verdana,tahoma; font-size:12px; list-style:discinside; line-height:18px; margin-left:10px; } #idCodeDiv{ width:100%; padding:4px; font-family:verdana,tahoma...


  • CSS设置图片透明效果 日期:2012-12-29 08:41:28 点击:2 好评:0

    使用CSS设置一个图片的透明效果 效果:可以通过前面的图片看到后面的图片 主要用的是filter:alpha(opacity=50); 其中50为透明值,0表示完全透明,100表示不透明。 详细代码: HTML HEAD TITLE图片...


  • 一行两列的CSS设置代码 日期:2012-12-29 08:41:28 点击:0 好评:0

    styletype=text/css body{font-size:12px;} .main{width:800px;/*总的宽度*/ background:yellow; } .main.col-1{ float:left;/*这个是关键的地方让col1往左浮动,这样它的后面(右边)就可以放置别的元素(别的元素:...


  • css 新手必看 日期:2012-12-29 08:41:28 点击:3 好评:0

    CSS技巧及常见问题列表 1、善用css缩写可以减少页面文件大小,提高下载速度,同时使代码简洁可读。 如: div{ border-top:1px solid #cccccc; border-left:1px solid #cccccc; border-right:1px soli #cccccc; b...


  • css里的!important意思? 日期:2012-12-29 08:41:28 点击:1 好评:0

    是为了兼容IE/FF font-size: 12px !important; font-size: 13px; 在IE里面,由于IE不理解 !important,则字体大小按照最后设定的13px展示 而FF里面, !important为提高优先级别,则字体大小按照 !important标记...


  • 翻页页码css代码 日期:2012-12-29 08:41:28 点击:1 好评:0

    !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 title24款实用的翻页页码css代码/title style type=text/css !-- /*公共...


  • 关于
  • 换行 日期:2012-12-29 08:41:28 点击:0 好评:0

    ...


  • 如何让父容器自动适应高度 日期:2012-12-29 08:41:28 点击:2 好评:0

    如何让父容器自动适应高度 第一种是div id=main style=display:inline-block;height:auto;background-color:#006699 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...


  • css图片透明效果 日期:2012-12-29 08:41:28 点击:1 好评:0

    使用CSS设置一个图片的透明效果 效果:可以通过前面的图片看到后面的图片 主要用的是filter:alpha(opacity=50); 其中50为透明值,0表示完全透明,100表示不透明。 详细代码: HTML HEAD TITLE图片...


  • DropShadow滤镜效果实例 日期:2012-12-29 08:41:28 点击:1 好评:0

    ...


  • 动态滤镜效果代码 日期:2012-12-29 08:41:28 点击:1 好评:0

    ...


  • 动态滤镜效果二 日期:2012-12-29 08:41:28 点击:1 好评:0

    !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head titleNew document/title style type=text/css !-- div#div1{height:240px;filter:progid:DXImageTransform.Microsoft.RevealTrans(duration=12,transition=20);} -- /style /head bod...


  • css !important 日期:2012-12-29 08:41:28 点击:1 好评:0

    ...


  • dl+ol应用 日期:2012-12-29 08:41:28 点击:0 好评:0

    !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd html xmlns=http://www.w3.org/1999/xhtml head meta http-equiv=Content-Type content=text/html; charset=gb2312 / title学习dl中/title style type=text...


  • 容器高度100%及相对高宽方法 日期:2012-12-29 08:41:28 点击:4 好评:0

    容器高度100%及相对高宽方法 容器高度100%是经常用到的需求,任何容器都可以实现,而且不需要嵌套关系。 把body看作是一个容器,做为内部对象的上层标签,他的高度设置为100%是关键...


  • 关于vertical-align应用 日期:2012-12-29 08:41:28 点击:1 好评:0

    关于vertical-align应用 与valign的对比 vertical-align在小雨手册上的解释是:设置或检索对象内容的垂直对其方式。我觉得不太理解的是vertical-align所在的分类是属性/文本 O3noBLOG特别强调的是...


  • background-position的妙用 日期:2012-12-29 08:41:28 点击:1 好评:0

    style type=text/css #menu a { display:block; width:150px; margin:6px; padding:10px 0 10px 32px; font:10px/1 sans-serif; color:#f90; background: url(http://nb001722.sosoo.net/btn.gif) top left no-repeat; text-decoration: none; } #menu a:hove...


  • 清除浮动clear:both的应用详解 日期:2012-12-29 08:41:28 点击:1 好评:0

    在CSS中我们会经常要用到清除浮动Clear,比较典型的就是clear:both; CSS手册上是这样说明的:该属性的值指出了不允许有浮动对象的边。这个属性是用来控制float属性在文档流的物理位置的...


  • div+css常用布局代码 日期:2012-12-29 08:41:28 点击:3 好评:0

    单行一列 以下是引用片段: body { margin: 0px; padding: 0px; text-align: center; } #content { margin-left:auto; margin-right:auto; width: 400px; width: 370px; } 两行一列 以下是引用片段: body { margin: 0px; padding: 0...


  • div 底部对齐居中 日期:2012-12-29 08:41:28 点击:27 好评:0

    div 底部对齐 div 底部 div 页面底部 div css div css教程 div css视频教程 div css模板 div css布局 div css网站 div css教程下载 这个问题是别人提出的,因为css对文字的布局上没有靠容器底部对齐的...


  • 首页
  • 上一页
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 下一页
  • 末页
  • 1252496
 
精彩图集

赞助商链接