fix up right justification by setting width on absolute positioned frame.

This commit is contained in:
pinkerton%netscape.com 1999-02-03 18:42:05 +00:00
Родитель a76e5c9de4
Коммит ab9b4f8563
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -51,8 +51,10 @@
<html:button cmd="nsCmd:BrowserPrint" style="background-color:rgb(192,192,192);">
<html:img src="resource:/res/toolbar/TB_Print.gif"/><html:BR/>Print
</html:button>
<html:input cols=30 style="width: 295px;"></html:input>
<html:a style="position:absolute; direction:rtl; right:3; top: 7px;" href="http://www.netscape.com">
<html:input style="width:325px;"></html:input>
<html:a style="position:absolute; direction:rtl; right:3; width:32px; top: 7px;" href="http://www.netscape.com">
<html:img alt="Throbber!" border=0 src="resource:/res/throbber/anims00.gif"/>
</html:a>
</xul:toolbar>