Umbau auf div und css.
Verfasst: 19.10.2007, 18:23
Hallo
Kann mir mal bitte jemand helfen, diesen Aufbau einer Navileiste in einen Divcontainer mit css Auslagerung umzubauen?
<tr valign="bottom">
<td bgcolor="#D26B0F" width="4%" height="21" valign="middle">
<div align="center"><b><span class="newstitel"><font color="#FFFFFF"></font></span></b></div>
</td>
<td width="96%" bgcolor="#5471B2" align="left" onClick=mClk(this); onMouseOut="mOut(this,'#5471B2');" onMouseOver="mOvr(this,'#003399');" height="14">
<a class="q" href="blablabla"><b><font color="#ffffff">
Text1</font></b></a>
</td>
</tr>
<tr valign="bottom">
<td bgcolor="#D26B0F" width="4%" height="21" valign="middle">
<div align="center"><b><span class="newstitel"><font color="#FFFFFF"></font></span></b></div>
</td>
<td width="96%" bgcolor="#5471B2" align="left" onClick=mClk(this); onMouseOut="mOut(this,'#5471B2');" onMouseOver="mOvr(this,'#003399');" height="14">
<a class="q" href="blablabla"><b><font color="#ffffff">
Text2</font></b></a>
</td>
</tr>
.newstitel {font-size: 9pt ;font-family: Arial; color: 000000}
Ich raffs heute irgendwie nicht mehr.
Danke Ronny
Kann mir mal bitte jemand helfen, diesen Aufbau einer Navileiste in einen Divcontainer mit css Auslagerung umzubauen?
<tr valign="bottom">
<td bgcolor="#D26B0F" width="4%" height="21" valign="middle">
<div align="center"><b><span class="newstitel"><font color="#FFFFFF"></font></span></b></div>
</td>
<td width="96%" bgcolor="#5471B2" align="left" onClick=mClk(this); onMouseOut="mOut(this,'#5471B2');" onMouseOver="mOvr(this,'#003399');" height="14">
<a class="q" href="blablabla"><b><font color="#ffffff">
Text1</font></b></a>
</td>
</tr>
<tr valign="bottom">
<td bgcolor="#D26B0F" width="4%" height="21" valign="middle">
<div align="center"><b><span class="newstitel"><font color="#FFFFFF"></font></span></b></div>
</td>
<td width="96%" bgcolor="#5471B2" align="left" onClick=mClk(this); onMouseOut="mOut(this,'#5471B2');" onMouseOver="mOvr(this,'#003399');" height="14">
<a class="q" href="blablabla"><b><font color="#ffffff">
Text2</font></b></a>
</td>
</tr>
.newstitel {font-size: 9pt ;font-family: Arial; color: 000000}
Ich raffs heute irgendwie nicht mehr.
Danke Ronny