PDA

View Full Version : CSS + 0.1px + Internet Explorer = Help


eNforce
11-27-2004, 01:33 PM
So yeah, I'm using 0.1px for borders which don't display at all in Internet Explorer, but fine in Firefox, which I use, but I want it to display in IE for visitors.

1px works, but it's too big for my likes

Anyone have a work around?

code is,

border: 0.1px solid #000000;

Jolten
11-28-2004, 03:25 AM
Are you certain firefox is actually displaying 1 tenth of a pixel?

croft
11-28-2004, 03:29 AM
Thats wery unlikely =)
Try changing it to 1 instead of 0.1 se how that works.