Hi...got problems with my CSS style.
border widths doubled in IE, but in Mozilla, Opera, Safari, its ok.
here's my code:
.subPane{
border: #FF33FF thin dashed;
}
'thin' is like 1px in width, but when viewed in IE, its like 2px already.
:(
Hi...got problems with my CSS style.
border widths doubled in IE, but in Mozilla, Opera, Safari, its ok.
here's my code:
.subPane{
border: #FF33FF thin dashed;
}
'thin' is like 1px in width, but when viewed in IE, its like 2px already.
:(
You might just want to specify the width as 1px rather than using a qualitative label. This will be respected by all browsers.