Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

problem with width:50% when border != none (CSS)

problem with width:50% when border != none

take a look http://jsfiddle.net/5nYSf/

result should be like this

alt text

like image 365
faressoft Avatar asked Sep 02 '25 09:09

faressoft


1 Answers

You can put two elements beside each other that are 50% wide, then you can put another element inside each that has to margin and border: http://jsfiddle.net/5nYSf/47/

like image 94
Guffa Avatar answered Sep 05 '25 01:09

Guffa