• fieldset标签的使用


     

    fieldset

    fieldset标签会在包含的文本和input等表单元素外面形成一个方框,legend元素作为标题。

    附:在一个网页中包含另一个页面

    <object type="text/x-scriptlet" width="100px" height="100px" data="http://www.cnblogs.com/sun_moon_earth/"></object>



    <style>
    #cmstool 
    {
    width
    :100%; 
    border-bottom
    :#51bfe0 1px solid;
    padding-bottom
    :0px;
    }
    #cmstool a 
    {color:#000;text-decoration:none;font-weight:bold;margin-left:10px;}
    #cmstool a:hover 
    {color:#51bfe0;text-decoration:underline;}

    #dv:hover
    {background:#000000;} 
    #cmstoolright
    {
    float
    :right;
    width
    :198px;
    text-align
    :center;
    padding-top
    :12px;
    }
    #cmstoolleft
    {
    float
    :left;
    padding-left
    :10px;
    margin-bottom
    :0px;
    padding-bottom
    :0px;
    }

    #cmstoolmain
    {
    margin-right
    :200px;
    margin-left
    :150px;
    padding-top
    :12px;
    }
    </style>

    <div id="cmstool">
    <div id="cmstoolleft">
        
    <IMG SRC="cmslogo.GIF" BORDER="0" ALT="">
    </div>
    <div id="cmstoolright">
        Welcom 
    <input type=text style="border:none" size=9 value ="">  <href="www.163.com" title="Logout">Logout</a>
    </div>
    <div id="cmstoolmain">
        
    <href="www.163.com" title="Home page">Home</a>
        
    <href="www.163.com" title="Edit this page">Edit</a>
        
    <href="www.163.com" title="Show the history of this page">History</a>
        
    <a>||</a>
        
    <href="www.163.com" title="Recent Changes">Recent Changes</a>
        
    <href="www.163.com" title="Recent Changes">Manage</a>
    </div>

    </div>

    <br>

    <fieldset align="left" style="200">
    <legend><IMG SRC="cmslogo.GIF" BORDER="0" ALT=""></legend>
        
    <href="www.163.com" title="Home page">Home</a>
        
    <href="www.163.com" title="Edit this page">Edit</a>
        
    <href="www.163.com" title="Show the history of this page">History</a>
        
    <a>||</a>
        
    <href="www.163.com" title="Recent Changes">Recent Changes</a>
        
    <href="www.163.com" title="Recent Changes">Manage</a>
    </fieldset>

    <br>
    <br>
    <br>

    <object type="text/x-scriptlet" width="100px" height="100px" data="http://www.baidu.com/"></object>

  • 相关阅读:
    使用adns库解析域名
    三星DRAM+NAND FLASH 合成MCP芯片介绍及应用攻略
    内核initcall分析
    linux head-common.s分析(转)
    linux heads分析(转)
    虚拟内存_内核空间_用户空间
    linux kernel学习笔记-5内存管理_转
    u-boot README--linux support
    u-boot README--Memory Management&initialize
    linux内核中mtd架构分析
  • 原文地址:https://www.cnblogs.com/sun_moon_earth/p/1267210.html
Copyright © 2020-2023  润新知