Home  >  Article  >  Web Front-end  >  css关于表单对象上下居中的_html/css_WEB-ITnose

css关于表单对象上下居中的_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:32:11984browse

  • css关于表单对象上下居中的_html/css_WEB-ITnosecss关于表单对象上下居中的_html/css_WEB-ITnose

                          css关于表单对象上下居中的_html/css_WEB-ITnose


  • 想让两个select和前面的图片jiayou.jpg及jiaxin.jpg垂直居中,不知道css代码里如何写?


    回复讨论(解决方案)

    相对与绝对定位也可以:
    .xuan {
       position : relative
    }

    .bdl{
      position : absolut;
    // 再调left, top
    }

    select {
      position : absolut;
    // 再调left, top
    }

    ............................

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn