Sponsor-Board.de

Normale Version: Grafik ausrichtung
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Ich habe ein kleineres Problem. Ich will auf meiner Homepage Rechts und Links am Bildschirmrand je 2 Buttons machen. Auf der linken Seite habe ich noch hinbekommen aber rechts will nicht.

Hier mal der ode für die Linke Seite

PHP-Code:
<div style="position:absolute; top:381px">
<
a href="http://www.german-devil-fighters.de/teamspeak/index.php"><img src="http://tbc-clan.net/ts3.png" width="75" height="75" border="0" style="position: fixed;" />
 </
div>
 <
div style="position:absolute; top:471px">
 
<
a href="http://www.german-devil-fighters.de/forum/index.php"><img src="http://tbc-clan.net/forum.png" width="75" height="75" border="0" style="position: fixed;" />
</
div

Kann mir wer sagen wie ich das gleiche (nur andere Bilder) auf die andere Seite bekomme. natürlich am Bildschirmrand

PHP-Code:
<div style="position:absolute; top:381px">
<
a href="http://www.german-devil-fighters.de/teamspeak/index.php"><img src="http://tbc-clan.net/ts3.png" width="75" height="75" border="0" style="position: fixed;" />
 </
div>
 <
div style="position:absolute; top:471px; right:10px">
 
<
a href="http://www.german-devil-fighters.de/forum/index.php"><img src="http://tbc-clan.net/forum.png" width="75" height="75" border="0" style="position: fixed;" />
</
div

Danke Dir. Hatte wohl nen Blackout.

PHP-Code:
<div style="position:absolute; top:471px; right:10px"


Musste bei mir nur auf 75px sein wegen der grafik größe. Kann wieder geschlossen werden.

Referenz-URLs