CSS: Width in percentage and Borders

前端 未结 4 718
孤街浪徒
孤街浪徒 2020-11-22 02:26

I\'ve defined widths of the containers in percentage. I\'d like to add a border (3px on right side of a width), since container width is in % while the border width is in px

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 03:05

    The easiest cross-browser way is to NOT set the border on the outer divs, and instead set it on a NEW div inside .left. Simple, and works well.

提交回复
热议问题