A CSS Headache: Message for the IE 7 team
To those working on IE 7 - could you make sure you fix the CSS rendering issue with this:
.class-name
{
border-color: Transparent;
}
That is perfectly legal CSS 2.0 as far as I understand - and it means I want a transparent border, not a black one. This has bit me several times, and reared it's ugly head again tonight. There's some moderately easy work-arounds that involve switching padding and margin values on mouseOver and sure, they work. It would just make my job as a web developer a bit easier if IE rendered Transparent as Transparent, and not black.