Rounded corners in MS IE 7

对着背影说爱祢 提交于 2019-11-29 11:14:10

I'd recommend using CSS3 styling and then CSS3PIE. Works like a charm!

Similar to Ian's answer, one possibility is to use CSS3's border-radius, then include CurvyCorners. You can do it without images -- that is, you don't need to provide images to make either of the solutions mentioned here work.

You can have CSS round corners on any element of any width/height. There are numerous solutions/workarounds for IE. Some require JavaScript. Some use VML wrapped in .htc files. Some use multiple images. Numerous techniques are discussed here:

  1. CSS-Discuss - Rounded Corners
  2. CSS Rounded Corners 'Roundup' -- recommended reading
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!