zoukankan      html  css  js  c++  java
  • CSS圆角

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>CSS圆角</title>
    </head>
    <style type="text/css">
     body {
     background: #fff;
     font-family: sans-serif;
     font-size: 11px;
    }
    #container {background:#d8d8ee; 600px; margin:15px; padding:20px;}
    .xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
    .xsnazzy h1 {font-size:2.5em; color:#fc0;}
    .xsnazzy h2 {font-size:2em; color:#234; border:0;}
    .xsnazzy p {padding-bottom:0.5em; color:#eee;}
    .xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
    .xsnazzy {background: transparent; margin:1em;}
    .xsnazzy em {display:block; 0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
    * html .xsnazzy em {24px; height:12px; w\idth:0; hei\ght:0;}  /* www.codefans.net */
    .xsnazzy span {display:block; 0; height:0; color:#fff; overflow:hidden; border-top:10px solid #7f7f9c; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
    * html .xsnazzy span {20px; height:10px; w\idth:0; hei\ght:0;}
    .xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
    .xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
    .xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}
    .xb1 {margin:0 8px; background:#fff;}
    .xb2 {margin:0 6px; background:#fff;}
    .xb3 {margin:0 4px; background:#fff;}
    .xb4 {margin:0 3px; background:#7f7f9c; border-0 5px;}
    .xb5 {margin:0 2px; background:#7f7f9c; border-0 4px;}
    .xb6 {margin:0 2px; background:#7f7f9c; border-0 3px;}
    .xb7 {margin:0 1px; background:#7f7f9c; border-0 3px; height:2px;}
    .xboxcontent {display:block; background:#7f7f9c; border:3px solid #fff; border-0 3px;}
    #picture {600px; height:400px; background:url() center top; padding:80px 20px 0 20px; margin:15px;}
    </style>
    <body>

    <div id="container">
    <div class="xsnazzy">
    <b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b><b class="xb5"></b><b class="xb6"></b><b class="xb7"></b>
    <div class="xboxcontent">
    <h1>Chunky Borders</h1>
    <h2>3 pixel rounded borders without images</h2>
    </div>
    <b class="xb7"></b><b class="xb6"></b><b class="xb5"></b><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b>
    </div>
    <div class="xsnazzy">
    <b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b><b class="xb5"></b><b class="xb6"></b><b class="xb7"></b>
    <div class="xboxcontent">
    <p>Flash文字由小变大的效果展示源文件,电影序幕中经常见过的效果,文字由小变大,来到你的面前,然后慢慢消失。本特效包含FLA文件,有助于帮助大家剖析制作方法,仅供参考。。</p>
    </div>
    <b class="xb7"></b><b class="xb6"></b><b class="xb5"></b><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b>
    <em></em><span></span>
    </div>

    </div>
    <div id="picture">
    <div class="xsnazzy">
    <b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b><b class="xb5"></b><b class="xb6"></b><b class="xb7"></b>
    <div class="xboxcontent">
    <h1>For non-IE6 browsers</h1>
    <p>蜡烛及火焰效果的flash源文件,其实是逐帧动画,也就是火焰的动画是由一帧一帧叠加出来,因此决定了本效果占用了比较大的体积,原因就是因为调用的外部PNG图片挺多的。。</p>
    </div>
    <b class="xb7"></b><b class="xb6"></b><b class="xb5"></b><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b>
    <em></em><span></span>
    </div>
    </div>
    </body>
    </html>

    http://www.codefans.net/jscss/code/381.shtml 运行效果

  • 相关阅读:
    一个校园互联网实验室的纳新试题(试题整理)
    用CI框架向数据库中实现简单的增删改查
    CodeIgniter框架学习要点
    一个理解PHP面向对象编程(OOP)的实例
    为什么在需要使用‘template as a disambiguator’
    被忽略的class“特殊成员”—转换函数
    C++风格cast的优先级
    printf当前正在处理的格式化符是什么
    C++中模板特殊化(speicialization)的偏序关系及make规则选择
    PhysX中raycast和sweep对block和touch的处理逻辑
  • 原文地址:https://www.cnblogs.com/12go/p/2272247.html
Copyright © 2011-2022 走看看