Suche im Forum:
Suchen


Autor Nachricht
Beitrag06.08.2007 um 08:48 (UTC)    
Titel: Schattierte Schrift

Hi
ich habe eben versucht eine Schattierte Überschrift mit CSS zu machen.Das hat aber irgendwie nicht geklappt Confused Vieleicht seit ihr ja schlauer als ich und findet den Fehler.

<div style=´´position:relative´´>
<h1 style=´´?`color:red:;position:relative; z-index:2´´>
Gästebuch
</h1>
<h1 style=´´color:gray;position:absolute; left:2px; top:2px; z-index:1;margin:0´´>
Gästebuch</h1></div>

Kristjan Wink
______________
[img:c7ce1a5938]http://kristjanswelt.de.tl/sig.png[/img:c7ce1a5938]


Zuletzt bearbeitet von kristjanwold am 06.08.2007, 09:58, insgesamt einmal bearbeitet
Beitrag06.08.2007 um 08:57 (UTC)    
Titel:

So müsste er funktionieren:

Zitat:
<div style="position:relative">
<h1 style="color:red;position:relative; z-index:2">
Gästebuch</h1>
<h1 style="color:gray;position:absolute; left:2px; top:2px; z-index:1;margin:0">
Gästebuch</h1></div>


Du musst " statt `` verwenden Wink
Beitrag06.08.2007 um 09:28 (UTC)    
Titel:

Beiträge der letzten Zeit anzeigen:   


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