.myinput{
font-size:9pt
color:#000066
height:18pt
widht:80pt
border-bottom:1px solid #003300
border-top-color:yellow
background:#000080
}
(把黄色转换为16进制把,我记不住)
第二个问题:
a:hover{
font-size:10pt
color:#000080
text-decoration:none
}
第三个问题:
body{
font-size:10pt
color:#000080
background:url(image/bj.jpg) transparent center repeat fixed
}
第四个问题:
.mybutton{
font-size:10pt
color:#000080
letter-spacing:5pt
background:#808080
border:1px solid #000080
}
应该就这样子把
也许有笔下误
a.css
#container{font-size:0
display:inline-block
background-color:#cccccc
}
span{
display:inline-block
width:50px
height:50px
margin:10px
}
.mbox{
background-color:#00ff00
}
span:first-child{
display:block
margin:10px auto 0
background-color:#ff0000
}
span:last-child{
background-color:#0000ff
margin-left:0
}
b.css
#container{font-size:0
display:inline-block
background-color:#cccccc
}
span{
display:inline-block
width:50px
height:50px
margin:10px 10px 10px 0
}
.mbox{
background-color:#ff0000
}
span:first-child{
margin-left:10px
background-color:#00ff00
}
span:last-child{
background-color:#0000ff
}
c.css
#container{font-size:0
display:inline-block
background-color:#cccccc
}
span{
display:block
width:50px
height:50px
margin:10px
}
.mbox{
background-color:#ff0000
}
span:first-child{
margin-left:10px
background-color:#00ff00
}
span:last-child{
background-color:#0000ff
}
d.css
#container{font-size:0
display:inline-block
padding:20px 10px 10px
background-color:#cccccc
}
span{
display:block
width:50px
height:50px
}
.mbox{
background-color:#00ff00
margin-left:0
margin-top:-60px
}
span:first-child{
margin-left:10px
background-color:#ff0000
}
span:last-child{
margin-left:20px
margin-top:-30px
background-color:#0000ff
}
这位网友你好,代码如上,建议用chrome浏览器查看。
这题很简单,说明你没有好好学,外部插入DIV,给DIV添加CSS背景属性,在DIV内插入三行三列的表格,最后一行合并单元格,分别将内容输入,将提交按钮和新用户注册的按钮添加CSS属性,也是背景图片,同时设置好按钮的宽度高度和按钮的背景图片一致就OK了,如果你没有基础的话,恐怕这样说了,你也做不出来的。还是用心好好学吧