网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > DIVCSS技术 > 正文

最常用和实用的CSS技巧

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务
lt;/fieldset>

  </form>

  CSS:

  form div {clear:left;display:block;width:400px;zoom:1;margin:5px 0 0 0;padding:1px 3px;}

  form div label {display:block;float:left;width:130px;padding:3px 5px;margin: 0 0 5px 0;text-align:right;}

  9.让footer总是停留在页面的底部

  在网页的底部总是保留着公司的版本信息,如何是这部分信息来实现呢?这是一个很古老的技术,这都要归功于The Man in Blue 。

  XHTML:

  <body>

  <div id=”nonFooter”>

  <div id=”content”> *Place all page content here* </div>

  </div>

  <div id=”footer”> *Place anything you want in your footer here*

  </div>

  </body>

  CSS:

  html, body { height: 100%; }

  #nonFooter { position: relative; min-height: 100%; }

  * html #nonFooter { height: 100%; }

  #content { padding-bottom: 9em; }

  #footer { position: relative; margin-top: -7.5em; }

  10.在同一元素上使用多种类

  随着有用的功能越来越多的,大多数的人都忽略了内部CSS的选择。一个元素可以套用很多的类,例如:

  .red {color: red;}

  .bold {font-weight: strong;}

  我们可以运用它:

  <p class=”red bold”>This text will be red yet also bold!</p>

设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师