2

I'm looking for a JavaScript library that can create round corners on div tags with a transparent background, such that the background colour/image of the parent element is visible at the rounded corners. For an example of rounded corners without a transparent background, have a look at the left menu on this page. Notice that the background of the parent element is not shown at the corners of the menu items.

I need this to work in IE7+ and FF3+ (ideally the other browsers too), and I'd prefer a JQuery plugin.

Does anyone have any good resources or plugins that would help?

4

3 回答 3

3

jQuery 角

于 2009-03-25T13:30:15.947 回答
2

我尝试了 2 个不同的 JQuery 圆角插件。这个在 FF 或 IE 中都不起作用,而这个只在 FF 中起作用。

但是,我发现了一个在DD_roundies中都能完美运行的非 JQuery 库。

于 2009-03-25T23:07:14.627 回答
0

它有很多限制......但是透明背景角插件可能适用于您的场景。

但是,如果可以的话,我建议实际上使用 CSS 进行所有舍入服务器端。这只是 div 中的 div,角落 div 有不同的填充。它消除了 Safari 和 IE 对性能的巨大影响,如果你有很多舍入要做,并且允许你让页面对于不/不能启用 javascript 的用户仍然看起来很时尚。

于 2009-03-25T14:12:50.603 回答