使用阴影设计 jQuery-ui-dialog 的样式
我需要用阴影设计 jQuery-ui-dialog 的样式。我有一个示例,其中对话框/弹出窗口使用嵌套 div 进行样式设置。每个角都有一张图片,每条边都有一条线,提供了高度和宽度的变化。 我的第一个解决方案是为标题提供一个图像,为内容提供一个长图像,根据对话框中的内容量进行剪切。这提供了元素高度的可变性,但不提供元素宽度的可变性。
http://www.pictureupload.de/originals/pictures/230112103022_popup-example.jpg
这就是它应该的样子。 有什么想法或者比 jQuery-ui 更好的可样式对话框/弹出窗口吗?
I need to style a jQuery-ui-dialog with shadows. I have a sample in which the dialog/popup is styled with nested divs. A picture for each corner and a line for each side which provides the variability in heigth and width.
My first solution was to give the header an image and the content a long one, which is cut depending on how much content is in the dialog. This provides variability in height, but not in width of the element.
http://www.pictureupload.de/originals/pictures/230112103022_popup-example.jpg
This is what it should look like.
Any ideas or a better stylable dialog/popup than the one from jQuery-ui?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这样的事情: http://jsfiddle.net/2kj9G/1/
Try something like this: http://jsfiddle.net/2kj9G/1/
还可以使用 jquery ui 对话框的
dialogClass
属性来赋予一个类,并赋予 ui 的影子类ui-widget-shadow
。You can also use jquery ui dialog's
dialogClass
property to give a class, and give ui's shadow classui-widget-shadow
.