Reputation: 5666
I have set up an example at http://jsfiddle.net/ngChu/
When using a div:after
selector and using a border that has a transparent colour on the top and bottom, Firefox seems to create an undesired outline. This outline is not visible in Safari/Chrome.
EDIT: The desired look is to see no outline.
I've seen a few related posts to this issue, but I'm wondering whether there may be a better solution to my specific problem.
Upvotes: 0
Views: 610
Reputation: 16283
try the edited jsFiddle, by my recommended technique described in the comment.
Upvotes: 1