This below seems to work to make elements on the page flush with the browser border in Netscape 4.73 as well as Opera and later Internet Explorer browsers.

BODY  {
	position : absolute;
	top : 0;
	left : 0;
	padding : 0;
}
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"