How to position Button sprites css

前端 未结 1 1186
谎友^
谎友^ 2021-01-28 12:50
.button1{


  background: #E68A00 url(wooden.jpg) repeat-x;
  border: 2px solid #eee;
  height: 28px;
  width: 115px;
  margin: 50px 0 0 50px;
  padding: 0 0 0 7px;
  ov         


        
相关标签:
1条回答
  • 2021-01-28 13:23

    pg, p2, p3 are not proper HTML tags. probably you created ID's with such names then change it to:

    #pg .button1 {}
    

    Either select position absolute or relative.

    0 讨论(0)
提交回复
热议问题