Click to See Complete Forum and Search --> : [RESOLVED] border size in IE


ixxalnxxi
01-16-2009, 02:59 AM
Hello,

In IE, the border size is displayed as very thick, much more thick than in FF. Is it possible to have IE 7 display the borders any less thick they are? I a specific style sheet for IE but I am unsure how to make 'border:thin solid #c7c6c6;' any thinner, thanks.

Charles
01-16-2009, 06:54 AM
I won't get any thinner than border:1px solid #c7c6c6;

ixxalnxxi
01-16-2009, 03:24 PM
Charles, switching 'thin' with 1px worked great. Note for others who have same problem: apparently different browsers will interpret "thin" differently so using 1px solves. Thanks.