如何使用nify javascript制作圆角框?我正在使用但无法正常工作
如何使用 Nifty 技术制作圆角。我包含 niftycube.js,然后调用函数 Nifty("div.firstblock");。但它不起作用。我是否必须包含任何其他 JavaScript 或 CSS??帮助
How to make round corners with Nifty technique. I included niftycube.js and then called the function Nifty("div.firstblock");. But its not working. Whether i have to include any other JavaScript or CSS??. Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请停下来,这不值得你花时间。 Firefox、Safari、Chrome 和 Konqueror 都支持它们自己的 CSS3 样式
border-radius
,因此将其放入您的 CSS 中并完成它:为您的 div 提供圆角只是一种视觉效果以及可以为使用现代浏览器的人保存的一个。如果 IE 用户没有获得圆角边框,那又怎样?
Please stop, it's not worth your time. Firefox, Safari, Chrome and Konqueror all support their own form of the CSS3 style,
border-radius
, so put this in your CSS and be done with it:Giving your divs rounded corners is just a visual nicety and one that can be saved for people with modern browsers. If IE users don't get a rounded border, so what?
您还需要包含 niftyCorners.css。
You need to include the niftyCorners.css as well.