• λ我爱Aspx >> Asp.Net >> 怎么样使网页上面一行不是空白的?
  • 怎么样使网页上面一行不是空白的?

  • :aspxer  Դ:csdn  :2007-7-6 2:49:34  ؼ:
  • 我这几天学习CSS,我已经设置了BODY的margin:0px 0px 0px 0px;,可是上页总是要空白一行出来,好像有什么东西,但就源码里没有的.我把代码贴出来,请高人指点:

    google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">

    <title>CSS Learning</title>

    <style type="text/css">

    body{

    margin:0px 0px 0px 0px;

    font-size:12px;

    font-family:"宋体";

    text-indent:2cm;

    line-height:200%;

    text-indent:21pt;

    letter-spacing:2px;

    }

    div{

    padding:10px 10px 0px 10px;

    }

    div#left{

    width:150px;

    float:left;

    background-color:#006666;

    margin:0px,10px,0px,0px;

    height:100%;

    }

    div#right{

    background-color:#CCCCCC;

    height:100%;

    Ҷƪл˵?
  • һƪ初学HTML,不明白这段代码,请教
    һƪ请问如何设置textbox的背景色啊?