Sponsor-Board.de
Grafik ausrichtung

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Scripting (/forumdisplay.php?fid=108)
+---- Thema: Grafik ausrichtung (/showthread.php?tid=32166)


Grafik ausrichtung - Synergy - 17.11.2012 14:13

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


RE: Grafik ausrichtung - Thomas - 17.11.2012 14:36

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




RE: Grafik ausrichtung - Synergy - 17.11.2012 14:56

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.