CSS border-width:1px doesn't give me equally thin borders -


i trying add thin borders div. css this:

border: solid; border-width: 1px; 

yet result borders don't equally thin in browser. can see below, borders on left , bottom thicker borders on right , top.

enter image description here

i want make borders equally thin. have tried add

shape-rendering: crispedges; 

but doesn't change look. js fiddle example here.

i tried in chrome version 41.0.2272.101 m -- looks bad. i've tried in ie -- looks fine. know it's not monitor...

your monitor set non-native resolution. (windows 8) right click on desktop, click "screen resolution" , select recommended resolution.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -