Ajax RoundedCornedExtender

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

The SampleWebSite that installs with the controls has a nicer looking
rounded corner then the control itself. Look at the header for Samples and
Walkthroughs, they both are nice, crisp round corners. The
RoundedCornerExtender isn't as nice.

I can't seem to figure out how the Samples and Walkthrough headers are
rounded to begin with. Can someone shed some light on this?

Thanks,
Joe
 
thats because they use style with images, rather than the control.

the control draws corners with a series of straight lines drawn with div
borders. you can make the segments smaller, but it will take longer to render.

-- bruce (sqlwork.com)
 
Hi Bruce,

I don't get what you mean by they use style with images. I don't see any
images that would make the corners look rounded.

-Joe
 
all the divs have background images specified via the stylesheet. the images
have the curved edges. this works becuause the div widths are known.


-- bruce (sqlwork.com)
 
Back
Top