, > >Got a problem with my CSS. Netscape 4.79 is putting all of >the .menubar >links onto a new line (as if there was a <br> in there - >theres not. The CSS >code is below (Dreamweaver generated) - does anybody know >whats going on? According to topstyle 2.5: Netscape 4 adds extra line feeds when printing if margin-top is used. so you need to rething margin-top I guess.