mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
fix wierd layout problems due to broken iframe
This commit is contained in:
parent
add02cedbf
commit
ab036fae9d
@ -1,4 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
@ -14,8 +16,9 @@ window {
|
||||
}
|
||||
|
||||
</html:style>
|
||||
|
||||
<html:iframe src="http://messenger.netscape.com/bookmark/4_5/messengerstart.html" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
|
||||
|
||||
<box align="vertical" style="width: 100%; height: 100%">
|
||||
<box align="horizontal" flex="100%">
|
||||
<html:iframe src="http://messenger.netscape.com/bookmark/4_5/messengerstart.html" name="browser.webwindow" width="100%" height="325px" flex="100%"> </html:iframe>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
Loading…
x
Reference in New Issue
Block a user