最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose

来源:动视网 责编:小采 时间:2020-11-27 15:46:48
文档

点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose

点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose: Stylevantage 111 调研内容 调研内容 调研概况分析 调研概况 单题分析 题目1 题目2 #wrap { margin: 0 auto; width: 1
推荐度:
导读点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose: Stylevantage 111 调研内容 调研内容 调研概况分析 调研概况 单题分析 题目1 题目2 #wrap { margin: 0 auto; width: 1





Stylevantage












111






调研内容



  • 调研内容


  • 调研概况分析



  • 调研概况


  • 单题分析



  • 题目1

  • 题目2














  • #wrap {
    margin: 0 auto;
    width: 1150px;
    text-align: left;
    background: #FFF;
    }
    #content-wrap {
    clear:both;
    margin: 0; padding:0;
    width: 1150px;
    }

    /* header */
    #header {
    position: relative;
    background: url(../images/headerbg-green.gif) repeat-x 0 0;
    height: 84px;
    }
    #header h1#logo {
    position: absolute;
    margin: 0; padding: 20px 0 0 300px;
    font: bold 3.5em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: -3px;
    color: #CCC;
    text-transform: lowercase;
    /* change the values of top and Left to adjust the position of the logo*/
    top: 0; left: 5px;
    }
    #header h2#slogan {
    position: absolute;
    margin: 0; padding: 0;
    font: bold 11px 'Trebuchet MS', Arial, Sans-serif;
    text-transform: none;
    color: #FFF;
    /* change the values of top and Left to adjust the position of the slogan*/
    top: 48px; left:70px;
    }
    #header .searchform {
    position: absolute;
    top: 5px; right: 3px;
    }

    /* main column */
    #main {
    float: left;
    margin-left: 15px;
    padding: 10px 0 0 5px;
    width: 900px;
    border-left: 1px solid #f2f2f2;
    }

    .post-footer {
    background-color: #FAFAFA;
    padding: 5px; margin-top: 20px;
    font-size: .9em;
    border: 1px solid #f2f2f2;
    }
    .post-footer .date {
    background: url(../images/clock.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
    }
    .post-footer .comments {
    background: url(../images/comment.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
    }
    .post-footer .readmore {
    background: url(../images/page.gif) no-repeat left center;
    padding-left: 20px; margin: 0 10px 0 5px;
    }

    /* sideabar */
    #sidebar {
    float: left;
    width: 15%;
    margin: 0; padding: 10px 0 0 0;
    display: inline;
    }
    #sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 0 0 8px 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    border-top: 1px solid #EFF0F1;
    }
    #sidebar ul.sidemenu li {
    border-bottom: 1px solid #EFF0F1;
    background: url(../images/arrow.gif) no-repeat 2px 9px;
    padding: 3px 5px 3px 18px;
    }

    * html body #sidebar ul.sidemenu li { height: 1%; }

    #sidebar ul.sidemenu a {
    font-weight: bold;
    background-image: none;
    text-decoration: none;
    }

    /* footer */
    #footer {
    clear: both;
    background: #FFF url(../images/footerbg.gif) repeat-x left top;
    border-top: 1px solid #F2F2F2;
    text-align: center;
    height: 80px;
    font-size: .9em;
    }

    #footer a { text-decoration: none; }


    /* Alignment classes */
    .float-left { float: left;}

    .align-left { text-align: left; }
    .align-right { text-align: right; }
    .align-center { text-align: center; }

    /* display classes */
    .clear { clear: both; }
    .block { display: block; }
    .hide { display: none; }
    .green { color: #32CD32; }

    我想实现点击左边菜单右边刷新的效果,好像用frame框架能做,但不知道怎么写,求各位大神帮助



    回复讨论(解决方案)

    直接用frame就行了呗







    left.html里面写

    文档

    点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose

    点击左边菜单里如何在右边的区域出现相应的内容_html/css_WEB-ITnose: Stylevantage 111 调研内容 调研内容 调研概况分析 调研概况 单题分析 题目1 题目2 #wrap { margin: 0 auto; width: 1
    推荐度:
    标签: 内容 如何 菜单
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top