Why are all the menu items underlined?
When Joust draws the menu, all entries that link to another page are drawn as standard links. Most older browsers (Netscape 2 and 3, MSIE 3) will draw these with an underline (unless the user has turned this off). This is something that you cannot control on these browsers. The introduction of Cascading Style Sheets in MSIE 3 and Netscape 4 gives you the ability to turn the underline on or off. The style sheet included in the top of menu.htm turns the underline off by setting the “text-decoration” attribute to “none”. If you have the showAllAsLinks option turned on then Joust will draw all entries with tags (even those that do not have a link to another page).