not working - safari on mac
lefnire - January 17, 2008 - 05:26
| Project: | Rounded corners |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
the non-rounded part of the corner shows black for safari on a mac. hard to explain, just check it out. works fine on FF/mac, Safari/windows.
likely a problem with the .js, which you may or may not be the maintainer for... if not, just close this issue.

#1
hmmm, works most of the time for me... does not work on FF3/mac.
Anyway shows balck conrers sometimes...
#2
I had the same problem for a while - I updated to jquery 1.2.6 and it seems to have sorted it out for me. But, Maybe I did something else too - I hate it when I can't remember. It may have been that Safari 3 came out.
I don't have FF problems, here's some screenshots.
IE6 is it's own private hell for CSS - so mine looks like crap in IE6.
#3
The black corners issue seems to occur in both Safari and Chrome. We are using the drigg distro jquery, so maybe that is part of it...
#4
Actually, making sure that the parent element that contains the block has a background-color: #fff; statement in the CSS fixed it for me.
#5
Nice! a good solution thanks!