Suche im Forum:
Suchen


Autor Nachricht
Beitrag01.04.2007 um 13:57 (UTC)    
Titel: abs. positionierung

ich habe da einen Wetterkasten und möchte ihn mit einer absoluten positionierung unter die Navi bekommen! wer kann mir helfen?
Hier der Code:
Code:
<table cellspacing="1" cellpadding="0" border="0" bgcolor="#CCCCCC" width="122"><tr><td align="center" style="background-color : #CCCCCC;"><a href="http://www.meteo24.de/wetter/41X1404.html" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#000000" style="text-decoration: none; font-weight: bold;">Wetter Gossau&nbsp;SG</font></a></td></tr><tr><td align="center"><iframe width="120" height="98" scrolling="no" frameborder="0" src="http://www.meteo24.de/hptool/v1?cid=41X1404&l=de&style=11"> </iframe></td></tr><tr><td align="center" height="15" style="background-color : #CCCCCC;"><a href="http://www.meteo24.de/" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#000000">&copy; meteo24.de</font></a></td></tr></table>
Beitrag01.04.2007 um 14:59 (UTC)    
Titel:

Code:
<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 5px;
top: 600px;
padding-left: 24px;
}
table.impressum td{color: #FFFFFF;}
-->
</style>
<table class="impressum">
<tr>
<td>
<table cellspacing="1" cellpadding="0" border="0" bgcolor="#CCCCCC" width="122"><tr><td align="center" style="background-color : #CCCCCC;"><a href="http://www.meteo24.de/wetter/41X1404.html" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#000000" style="text-decoration: none; font-weight: bold;">Wetter Gossau&nbsp;SG</font></a></td></tr><tr><td align="center"><iframe width="120" height="98" scrolling="no" frameborder="0" src="http://www.meteo24.de/hptool/v1?cid=41X1404&l=de&style=11"> </iframe></td></tr><tr><td align="center" height="15" style="background-color : #CCCCCC;"><a href="http://www.meteo24.de/" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#000000">&copy; meteo24.de</font></a></td></tr></table></td>
</tr>
</table>



bei height und width muss du die größe dess kästchens anpassen.bei left und top die position Wink [/quote]
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de