thin borders for IE(Resolved thanks)

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
iris
Forum Newbie
Posts: 18
Joined: Wed Sep 10, 2008 4:25 am

thin borders for IE(Resolved thanks)

Post by iris »

In FireFox, the border for the "border: thin solid #000000;" is thin, probably 1px or so, whereas in Internet Explorer it's 2px or more. Is there a way out of this one?
Last edited by iris on Fri Sep 26, 2008 9:25 am, edited 1 time in total.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: thin borders for IE

Post by VladSun »

border: 1px solid black;
?
There are 10 types of people in this world, those who understand binary and those who don't
iris
Forum Newbie
Posts: 18
Joined: Wed Sep 10, 2008 4:25 am

Re: thin borders for IE(Resolved thanks)

Post by iris »

vladsun you re a nice guy. thanks :P
Post Reply