CSS : Make border-color:transparent compatible with IE
Hacky, Sneaky and quirky -- Hedger Wang
The problem:
Internet Explorer (include IE7) does not recognize "transparent" as a valid border-color.
codes like:
box
In internet Explorer, it looks like this.
box
While in other modern web browsers, it looks like this.
box
The Fix:
The Example:
And...you may use this fix to do more interesting examples for IE: