[jQuery] Re: IE7 and jQuery Corners.....

2007-07-14 Thread Jason
That fixed it!!! Thanks! On Jul 10, 4:28 pm, "Loren Pipes" <[EMAIL PROTECTED]> wrote: > This has to do with the background color of the header div/h1 being > set to white, when I set them to transparent (via dev bar) the corners > look fine. > > VP

[jQuery] Re: IE7 and jQuery Corners.....

2007-07-10 Thread Loren Pipes
This has to do with the background color of the header div/h1 being set to white, when I set them to transparent (via dev bar) the corners look fine. VP

[jQuery] Re: IE7 and jQuery Corners.....

2007-07-10 Thread Mike Alsup
Jason, Remove the white background-color style from #header and #header h1. That should fix it. Mike On 7/10/07, Jason <[EMAIL PROTECTED]> wrote: Howdy, On a site I'm test designing I'm using jQuery and Corners, and it's working great so far. The problem I'm having with my site is IE7.