Changing the display type of menubars, menus, and menuitems to be "none" so that

frames don't get built for them.  Added a bookmarks menu that uses real
RDF data.  (WOO HOO!)
This commit is contained in:
hyatt%netscape.com 1999-03-07 10:33:21 +00:00
Родитель d07f18b7a8
Коммит 0a2d5e5266
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -185,6 +185,8 @@
<menuitem name="Forward" onclick="BrowserForward();" />
<menuitem name="Home" onclick="BrowserHome();"/>
</menu>
<menu name="Bookmarks" datasources="rdf:bookmarks" id="NC:BookmarksRoot" open="true"/>
<menu name="Window">
<menuitem name="Edit Bookmarks..." onclick="BrowserEditBookmarks();"/>
</menu>

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

@ -61,6 +61,18 @@ observes {
display: none;
}
menubar {
display: none;
}
menu {
display: none;
}
menuitem {
display: none;
}
progressmeter {
display:block;
border: black thin groove;