16.08.2004, 13:29
Hi,
probier mal das:
Schaut im IE und Mozilla gut aus...
Cu Helmut
probier mal das:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
<!--
.button {
font-family:Arial;
font-size: 10pt;
color: #FFFFFF;
background-Color: #ff874f;
border-left: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
text-decoration: none;
width: 140px;
padding: 2px;
margin-bottom: 2px;
}
.navlinks a {
display: block;
font-family: Verdana, Arial;
font-size: 12px;
font-weight: bold;
Color: #000000;
background-Color: #ffba95;
border-left: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
text-decoration: none;
width: 100%;
padding: 2px;
margin-bottom: 2px;
}
.navlinks a:hover {
Color: #000000;
background-Color: #ff9966;
border-left: 2px solid #000000;
border-top: 2px solid #000000;
border-right: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
text-decoration: none;
width: 100%;
margin-bottom: 2px;
}
-->
</style>
</head>
<body>
<table width="140" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<div class="button">[b]Rubrik 1[/b]</div>
<div class="navlinks">
[url=index.html]Startseite[/url]
[url=index.html]Zentrales Bergland[/url]
[url=index.html]Impressum[/url]
</div>
<div class="navlinks">
<div class="button">[b]Rubrik 2[/b]</div>
[url=index.html]Weiterer Link 1[/url]
[url=index.html]Weiterer Link 2[/url]
</div>
</td>
</tr>
</table>
Schaut im IE und Mozilla gut aus...
Cu Helmut