I'm not much of a designer either, but on those pages, those logos don't look out of place.
You do have one CSS validation error though, in an on page stylesheet:
Code:
. . . me="revisit-after" content="5 days" />
<meta name="distribution" content="Global" />
<link rel="stylesheet" type="text/css" href="css/marainlaw.css" />
<style type="text/css">
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:#ffff00;
/* #ffff00 = yellow */
background-color:black;
border:8.0px solid blue;
z-index:10;
}
</style>
<script language="JavaScript" type="text/javascript" src="js/popwin.js"></script>
</head> . . .
I couldn't find any element on the page with the "intro" class though, so you should be able to just get rid of it. See:
http://www.blooberry.com/indexdot/cs...g/lbgcolor.htm
for more info on layer-background-color, which it appears from that should be dropped and the background-color should be set to the preferred color, which in this case appears to be #ffff00;
Netscape, at least the versions they're talking about there (4.0, 4.x) are no longer in use. And I know for almost an absolute fact that current Netscape, and for absolute fact it's step children (Mozilla, including Firefox), no longer require this hack.
Bookmarks