14.01.2011, 15:41
Erstmal vielen Dank für den Schriftzug. Würdest du das Ganze noch für "D@niel" nochmal machen?
Oder magst du mir die Schriftart nennen?!
Ich glaub, dann bekomm ichs selber hin.
So.. hier der Code


So.. hier der Code
Code:
<div id="IMG1_Frame">
<img src="LockScreen/IMG1_Frame.png" width="156"/>
</div>
<div id="IMG1_CI">
<img src="/var/mobile/Library/SpringBoard/LockBackgroundPortrait.jpg" width="146" onerror="this.src='Images/Default.png';"/>
</div>
</div>
</div>
<div id="IMG2_Set">
<div id="IMG2_Frame">
<img src="LockScreen/IMG2_Frame.png" width="133"/>
</div>
<div id="IMG2_CI">
<img src="Images/1.png" width="212" onerror="this.src='/var/mobile/Library/SpringBoard/LockBackgroundPortrait.jpg';"/>
</div>
</div>
<div id="IMG3_Set">
<div id="IMG3_Frame">
<img src="LockScreen/IMG3_Frame.png" width="133"/>
</div>
<div id="IMG3_CI">
<img src="Images/2.png" width="212" onerror="this.src='/var/mobile/Library/SpringBoard/LockBackgroundPortrait.jpg';"/>
</div>
</div>
<div id="Logo">
<img src="LockScreen/Logo.png" width="172"/>
</div>
<div id="Tapper_Left">
<img src="LockScreen/Tapper_Left.png" width="12"/>
</div>
<div id="Tapper_Right">
<img src="LockScreen/Tapper_Right.png" width="12"/>
</div>
<div id="Logo_HD">
<img src="LockScreen/Logo_HD.png" width="48"/>
</div>
<div id="Logo_HD_Glow">
<img src="LockScreen/Logo_HD_Glow.png" width="48"/>
</div>
</div>
</body>
</html>