mrhoops515
10-09-2006, 10:52 PM
I am just a novice and built this test of a Web site.
Click here to see. (http://kevinsite.freehostia.com/tests/maurya.html)
<html>
<head>
<style type="text/css">
body{margin:0px; padding:0px;}
.nav{
padding: 0;
margin: 0;
font: bold 16px Arial;
list-style-type: none;
text-align: center;
}
.nav li{
display: inline;
margin: 0;
}
.nav li a{
text-decoration: none;
padding: 10px;
height:40px;
margin-right:5px;
border: 1px solid #56190d;
border-bottom: none;
background-color: #916717;
color: #56190d;
}
.nav a:hover{color:#916717;
background-color:#56190d;}
</style>
</head>
<body>
<table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td height="40" width="100%" align="center" bgcolor="#916717">Mauryan Empire</td></tr>
<tr><td height="40" width="100%" background="browngloss.png">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="war.html">Conquests and Battle Tactics</a></li>
<li><a href="tech.html">Technology and Innovations</a></li>
<li><a href="admin.html">Administration Techniques</a></li>
<li><a href="culture.html">Culture</a></li>
</ul>
</td></tr>
<tr><td height="100%" width="100%" bgcolor="#56190d">test</td></tr>
</table>
</body>
</html>
There is a slight gap in FF that doesn't display in IE.
I was just wondering how to fix it?
Click here to see. (http://kevinsite.freehostia.com/tests/maurya.html)
<html>
<head>
<style type="text/css">
body{margin:0px; padding:0px;}
.nav{
padding: 0;
margin: 0;
font: bold 16px Arial;
list-style-type: none;
text-align: center;
}
.nav li{
display: inline;
margin: 0;
}
.nav li a{
text-decoration: none;
padding: 10px;
height:40px;
margin-right:5px;
border: 1px solid #56190d;
border-bottom: none;
background-color: #916717;
color: #56190d;
}
.nav a:hover{color:#916717;
background-color:#56190d;}
</style>
</head>
<body>
<table height="100%" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td height="40" width="100%" align="center" bgcolor="#916717">Mauryan Empire</td></tr>
<tr><td height="40" width="100%" background="browngloss.png">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="war.html">Conquests and Battle Tactics</a></li>
<li><a href="tech.html">Technology and Innovations</a></li>
<li><a href="admin.html">Administration Techniques</a></li>
<li><a href="culture.html">Culture</a></li>
</ul>
</td></tr>
<tr><td height="100%" width="100%" bgcolor="#56190d">test</td></tr>
</table>
</body>
</html>
There is a slight gap in FF that doesn't display in IE.
I was just wondering how to fix it?