0

Anyone who knows how to remove or make the background of a webuser control transparent or at least make the background corners same as my rounded border.

enter image description here

Thanks in advance

cracker_chan
  • 93
  • 1
  • 3
  • 11

1 Answers1

0

If you're using an image, convert to a .png file so you can cut out white parts and make it transparent.

If you're using a div, do what @cracker_chan says, border-radius:4px;

Emre Acar
  • 920
  • 9
  • 24