For instance, take a look at this code: http://jsfiddle.net/WaJy7/
In my attempt to apply a semi-transparent border to every <tr>
element, I've encountered an issue where the color of the border appears darker than intended for all rows except for the bottom one. I'm perplexed by this discrepancy and am seeking guidance on why this occurs and how it can be rectified.
Please only provide solutions that do not resort to using non-transparent colors.