开发者

How can I position a jQuery modal box?

Can I place a jQuery modal box in a specific location开发者_JAVA技巧 on the page? For example, showing it in the top right or bottom left.

Can I specify pixels or screen location for where this modal box should show?


Yup. Just look at the id of the containing div, set the position to absolute, then put your coordinates like so:

top left => top: 0; left: 0

or

bottom left => bottom: 0; left: 0 
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜