Ich versuche push buttons in CSS in eine html Tabelle zu zwingen, im I-Explore läuft es aber im opera 7.2 ist nur ein weißes Fenster ?
****************************************<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.themenbuttons {
{text-decoration: none;
color: #cccccc;
font-family:Verdana, sans-serif;
text-transform:uppercase;
font-size:11px;
white-space:nowrap;
border-style:outset; border-color:grey
color: white;
background: #227373;
}
.themenbuttons:hover {
{text-decoration: none;
color: #000000;
font-family:Verdana, sans-serif;
font-size:11px;
border-style:inset; border-color:honeydew
color: white;
background: #C0C0C0;
}
<!--
</style>
</head>
<body bgcolor="#000000" text="#999999">
<div align="center">
<p> </p>
</div>
<div align="left">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div align="center"></div>
<table width="18%" border="3" align="left" cellspacing="8" bgcolor="#660099">
<tr>
<td width="13%"> </td>
<td width="70%"><div align="center">
<a href="../Link1.htm" target="_parent" class="themenbuttons" style="display:
block; width: 140px">Button1</a></div></td>
<td width="17%"> </td>
</tr>
<tr>
<td> </td>
<td><div align="center"><a href="../Link2.htm" target="_parent" class="themenbuttons" style="display:
block; width: 140px">Button2</a></font></div></td>
<td> </td>
</tr>
</table>
<p align="left"> </p>
</body>
</html>