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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top