How to avoid double borders on list of divs

后端 未结 5 1624
夕颜
夕颜 2021-01-23 04:01

I have a list of divs which are used as a FAQ. Sometimes the divs are listed below each other, sometimes there is text between them. When they are listed below one other, I have

5条回答
  •  萌比男神i
    2021-01-23 04:48

    Can you not simply use a negative margin ?

    .faq {width:200px;border: 1px solid #ffffd;margin-top:-1px;}
    

    http://jsfiddle.net/bYPR6/7/

提交回复
热议问题