How do I add 1px border to a div whose width is a percentage?

前端 未结 3 618
臣服心动
臣服心动 2020-12-20 15:53

I have this jsfiddle http://jsfiddle.net/tara_irvine/DZLTJ/1/ which explains my problem.

I want the menu items along the top to be 20% of the window but I also want

3条回答
  •  醉梦人生
    2020-12-20 16:05

    For the border, you can use

    outline: 1px solid black;
    

    this works on all modern browsers, but not on IE6 and 7

提交回复
热议问题