Hallo,
habe das Problem, dass sich bei folgendem Code zwar die Fabre der Zelle ändert, der Text jedoch gleich bleibt ..... habe schon alles versucht .... und bitte um Hilfe
Danke!
Liebe Grüße!
Jörg
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Immobilienmarkt Auswahl</title>
<style type="text/css">
<!--
body,td,th {
color: #330099;
}
body {
background-color: #FDFED3;
margin-top: 0px;
margin-left: 0px;
}
.over {
font-family: "Century Gothic";
font-size: 14px;
color: #333333;
background-color: #66FFFF;
}
.out {
font-family: "Century Gothic";
font-size: 14px;
color: #FFFFFF;
background-color: #000066;
}
.Stil2 {font-size: large}
a:link {
color: #999999;
text-decoration: none;
}
a:visited {
color: #999999;
text-decoration: none;
}
a:hover {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #333333;
text-decoration: none;
}
.Stil15 {
font-size: 24px;
font-family: "Century Gothic";
}
.Stil16 {
font-family: "Century Gothic";
font-size: 16px;
}
.Stil17 {font-size: 36px; font-family: "Century Gothic"; }
.Menue {
font-family: "Century Gothic";
font-size: 14px;
font-weight: bold;
background-color: #000066;
}
.Stil20 {
font-family: "Century Gothic";
font-size: 14px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="1007" border="0" align="left" class="out" >
<tr>
<td width="140" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Wohnung kauf</div></td>
<td width="169" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Wohnung miete</div></td>
<td width="93" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Haus kauf</div></td>
<td width="134" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Haus miete</div></td>
<td width="90" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Zinshaus</div></td>
<td width="121" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Grundstück</div></td>
<td width="228" class="out" onmouseover="this.className='over'" onmouseout="this.className='out'" >
<div align="center">Gewerbeimmobilien</div></td>
</tr>
</table>
</p>
<table width="974" align="center">
<tr>
<td width="410" rowspan="9"><div align="center"></div>
<div align="center"></div>
<div align="center"></div></td>
<td width="554" height="21"><div align="center"></div></td>
</tr>
<tr>
<td height="50"></td>
</tr>
<tr>
<td height="50"><div align="center" class="Stil17">Immobilientreuhand Rathmanner</div></td>
</tr>
<tr>
<td height="50"></td>
</tr>
<tr>
<td height="50"><div align="center">
<p class="Stil15">Ihr Partner für </p>
</div></td>
</tr>
<tr>
<td height="50"><div align="center"><span class="Stil15">Kauf und Verkauf</span></div></td>
</tr>
<tr>
<td height="50"></td>
</tr>
<tr>
<td height="50"><div align="center"><span class="Stil16">wir beraten SIe gerne und finden die für Sie passende Immobilie</span></div></td>
</tr>
<tr>
<td height="36"></td>
</tr>
</table>
<p align="justify" class="Stil2">
<form name="form" id="form">
<div align="center">
</p>
<form name="form" id="form">
<div align="center" class="Stil2"></div>
</form>
</p>
</p>
</p>
</form>
</body>
</html>