我在window.open()中指定窗口的大小, 但不管大小如何,我希望这个标签正好位于屏幕的中心(垂直和水平):
<?xml version="1.0" encoding="UTF-8"?>
<window sizemode="maximized" hidechrome="true" id="weatherWindow" title="Window"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<label style="background:#FFFF00; margin: auto auto auto auto; text-align:center;">LOADING...</label>
</window>
文本只是水平居中,任何想法如何垂直居中?
答案 0 :(得分:0)
请参阅this文章,了解如何使用CSS在屏幕上垂直居中。
答案 1 :(得分:0)
无需触摸CSS,您可以将其放入vbox并在vbox上设置pack =“center”。