1
While dissecting the default theme I have found a few flaws.
first line #27 in theme.html calls for id headerlogo...
it does not exist in .css
second line #41 style.css
line-height: 120%; line-height: 120%;
declares line-height twice which causes a problem with netscape and firefox and maybe others that puts a slight space between every 4th or 5th menu button.
I myself removed the line height completely and let the font size dictate line height. padding is already set at 3 so I don't see why it's needed.
if you go to the doc site at
Xoops DocumentationYou can see this for yourself.
Minor errors but I'd think that the default theme for XOOPS should be error free =)
Hope this was helpful for anyone having problems with default menu =)