html页面制作中存在的问题

1.margin-top负值必须与display:block配合才起作用。

2.radio与文字垂直对齐

input[type="radio"]{
  margin-right: 0.3rem;
  vertical-align: text-bottom;
  *margin-bottom: -2px;  //兼容IE6,IE7
}

  

posted @ 2016-08-05 11:22  HALEY168  阅读(396)  评论(0编辑  收藏  举报