wwl777
Junior Member
I've been using css3 border-radius for the first time. After testing I noticed that in opera, chrome and safari the borders are displayed weirdly.
In Firefox:
Same thing in Opera/Chrome/Safari:
CSS Code:
HTML:
Any idea why? Thanks in advance.
In Firefox:

Same thing in Opera/Chrome/Safari:

CSS Code:
Code:
.tbl-img { height: 300px; width: 200px; border-bottom: 26px solid #2E737C; margin: 0 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
HTML:
Code:
<div class="tbl-img" style="background: url(images/photo_green_4.jpg) no-repeat; "></div>
Any idea why? Thanks in advance.