Re: [jQuery] jQuery Corner Plugin fixed

2007-02-12 Thread Andreas Wahlin
The only other choice I can see is to take the opposite approach for Safari. Assume that if the body is black it's the bug raising its head and then use white for the corners instead of black. That would prevent someone from using a black body color; they'd have to use something like

Re: [jQuery] jQuery Corner Plugin fixed

2007-02-10 Thread Mike Alsup
Oddly Mike's demo page also doesn't have a defined body background colour. Any thoughts on why that might be or is Safari just messed up? My page has a defined background color for the main div. Maybe in Safari the parent element of the one you're cornering needs a bg color? Mike

Re: [jQuery] jQuery Corner Plugin fixed

2007-02-09 Thread Davin Risk
thumblewend wrote: Like Dave said, you need to assign background colors in Safari. What demo page has this problem? This Safari screenshot was taken this morning: well the official demo page to name one http://methvin.com/jquery/jq-corner-demo.html Yep I can confirm that the demo

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-31 Thread Joel Birch
On 31/01/2007, at 8:49 PM, Andreas Wahlin wrote: Like Dave said, you need to assign background colors in Safari. What demo page has this problem? This Safari screenshot was taken this morning: well the official demo page to name one http://methvin.com/jquery/jq-corner-demo.html Yep I

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Andreas Wahlin
It appears to not work at all in safari, all corners are black. At first I thought this was by design on the demo page, but now that I look at it in FF, corners are white. Andreas On Jan 26, 2007, at 22:51 , Mike Alsup wrote: The IE6 bug in the corner plugin has been fixed. Apologies to

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Joel Birch
On 29/01/2007, at 10:48 PM, Andreas Wahlin wrote: It appears to not work at all in safari, all corners are black. I sometimes get the black corners bug in Safari too. It's strange. Sometimes they are there and sometimes not. I am trying my best to pretend its not happening for now. Joel.

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Dave Methvin
It appears to not work at all in safari, all corners are black. Define background:white on the body and it will go away. There is a bug in Safari/Konq in that it reports a non-specified background as black. ___ jQuery mailing list

Re: [jQuery] jQuery Corner Plugin fixed

2007-01-29 Thread Mike Alsup
It appears to not work at all in safari, all corners are black. At first I thought this was by design on the demo page, but now that I look at it in FF, corners are white. Like Dave said, you need to assign background colors in Safari. What demo page has this problem? This Safari screenshot

[jQuery] jQuery Corner Plugin fixed

2007-01-26 Thread Mike Alsup
The IE6 bug in the corner plugin has been fixed. Apologies to anyone that was having a problem with it! You can get the latest rev here: http://jquery.com/dev/svn/trunk/plugins/corner/jquery.corner.js?format=txt ___ jQuery mailing list