Redkaven
03-09-2003, 03:13 AM
Here's what I have:
body {background-image: http://www.geocities.com/fear_clan_pages/aartfear_backgroundblue2.gif; background-attachment: fixed; background-color: #000000;
text-align: justify;
font-family: Arial, Verdana;
font-size: 14px;
scrollbar-face-color: #D8D8D8;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #999999;
scrollbar-track-color: #000080;
scrollbar-arrow-color: #000080;}
a:link {color: #999999;}
a:visited {color: #999999;}
a:hover {color: #000080; text-decoration: none;}
table {text-align: justify;
font-family: Verdana;
font-size: 12px;}
<script language="JavaScript1.2">
function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||sour ce.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}
</script>
<CENTER>
<TABLE BORDER="1" WIDTH="95%" BORDERCOLOR="#000000">
<TR>
<TD>
<TABLE BORDER="0" BORDERCOLOR="#999999" WIDTH="95%" HEIGHT="25" CELLSPACING="6" CELLPADDING="2" BACKGROUND="aartfear_backgroundsilverbar.gif" onMouseover="changeto('black')" onMouseout="changeback('transparent')">
<TR>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"> <B>- News - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"><B>- Members - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="charter.html" style="text-decoration: none; color:#999999"><B>- Charter - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="joining.html" style="text-decoration: none; color:#999999"><B>- Joining - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="records.html" style="text-decoration: none; color:#999999"><B>- Records - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="forum.html" style="text-decoration: none; color:#999999"><B>- Forums - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="chat.html" style="text-decoration: none; color:#999999"><B>- Chat - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="info.html" style="text-decoration: none; color:#999999"><B>- Info - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"><B>- Links- </B></A></FONT></CENTER></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<BR>
-----------------------------------------
The background image isn't showing up, and I can't get that navigation bar (table) to show up.
Any advice?
Thanks in advance,
-Redkaven
body {background-image: http://www.geocities.com/fear_clan_pages/aartfear_backgroundblue2.gif; background-attachment: fixed; background-color: #000000;
text-align: justify;
font-family: Arial, Verdana;
font-size: 14px;
scrollbar-face-color: #D8D8D8;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #999999;
scrollbar-track-color: #000080;
scrollbar-arrow-color: #000080;}
a:link {color: #999999;}
a:visited {color: #999999;}
a:hover {color: #000080; text-decoration: none;}
table {text-align: justify;
font-family: Verdana;
font-size: 12px;}
<script language="JavaScript1.2">
function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||sour ce.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}
</script>
<CENTER>
<TABLE BORDER="1" WIDTH="95%" BORDERCOLOR="#000000">
<TR>
<TD>
<TABLE BORDER="0" BORDERCOLOR="#999999" WIDTH="95%" HEIGHT="25" CELLSPACING="6" CELLPADDING="2" BACKGROUND="aartfear_backgroundsilverbar.gif" onMouseover="changeto('black')" onMouseout="changeback('transparent')">
<TR>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"> <B>- News - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"><B>- Members - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="charter.html" style="text-decoration: none; color:#999999"><B>- Charter - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="joining.html" style="text-decoration: none; color:#999999"><B>- Joining - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="records.html" style="text-decoration: none; color:#999999"><B>- Records - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="forum.html" style="text-decoration: none; color:#999999"><B>- Forums - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="chat.html" style="text-decoration: none; color:#999999"><B>- Chat - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="info.html" style="text-decoration: none; color:#999999"><B>- Info - </B></A></FONT></CENTER></TD>
<TD WIDTH="70"><CENTER><FONT SIZE="2"><A HREF="" style="text-decoration: none; color:#999999"><B>- Links- </B></A></FONT></CENTER></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<BR>
-----------------------------------------
The background image isn't showing up, and I can't get that navigation bar (table) to show up.
Any advice?
Thanks in advance,
-Redkaven