0

Is there any way how to create border-radius for an element in windows gadget? I tried to use ie-css3.htc but doesn't work. Any ideas ?

//edit: I'd like to reconstruct my question. I am looking for solution which wouldn't need to use images.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
adman
  • 3
  • 3

1 Answers1

0

For the gadget itself, try creating a top portion, a repeating middle, and a bottom portion.

Aaron Brewer
  • 3,567
  • 18
  • 48
  • 78
  • 1
    Thanks for answer, but I'm not sure what you mean. Please, could you explain ? – adman Jun 07 '12 at 15:17
  • Have three elements, a top part (with rounded corners), a middle part (as repeating background), and bottom part (with rounded corners). Have the top, middle, and bottom elements, be images with the rounded corners, hence the transparency. – Aaron Brewer Jun 07 '12 at 15:49
  • I edited my question sorry, I don't want to use images, just something that rounds
    corners.
    – adman Jun 07 '12 at 16:16
  • @adman: You may always use CSS3 - Border Radius. This will allow you to define top, bottom, top-left, top-right, bottom-left, bottom-right borders and how rounded they are. Follow the link below: http://border-radius.com/ – Aaron Brewer Jun 25 '12 at 18:21