en liten fråga...
Jag använder en css mall i på min sida, men problemet är att den inte fungerar på alla ställen. så här ser css mallen ut
A:Visited { font-family: "Verdana", "Arial"; color: #888888; text-decoration: none; font-weight:normal; font-size: 10px;}
A:Link { font-family: "Verdana", "Arial"; color: #888888; text-decoration: none; font-weight:normal; font-size: 10px; }
A:Hover { font-family: "Verdana", "Arial"; color: #F0F0F0; text-decoration: none; font-weight:normal; font-size: 10px; }
och så här ser min sida ut:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="StyleSheet" HREF="style/main_src.css" type="text/css">
</head>
<body>
<p> </p>
<table width="801" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td width="801" height="166" background="gfx/top.jpg"><table width="797" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom">
<th width="76" scope="col"><a href="main.html"><img src="gfx/main.jpg"></a></th>
<th width="76" scope="col"><em><img src="gfx/theme.jpg"></em></th>
<th width="76" scope="col"><img src="gfx/members.jpg"></th>
<th width="75" scope="col"><img src="gfx/app.jpg"></th>
<th width="198" scope="col"> </th>
<th width="296" scope="col" align="center"><img name="skin01" src="gfx/empty.gif" border=0></th>
</tr>
</table>
</td>
</tr>
<tr>
<td height="266" width="801" background="gfx/middle.jpg" valign="top"><br><div id="startingMsg"> </div></td>
</tr>
<tr>
<td height="169" width="801" background="gfx/bottom.jpg"> </td>
</tr>
</table>
<p> </p>
</body>
</html>
Mitt problem är att mallen inte i TOP.jpg cellen. Varför?