Suche im Forum:
Suchen


Autor Nachricht
Beitrag04.09.2008 um 14:21 (UTC)    
Titel: textbox frage

Hallo,

kann mir jemand diesen code umändern das ich die postition im hintergrund verändern kann! also ich will die box einfach nach rechts schieben können und das es im hintergrund angezeigt wird
Code:

<style type="text/css">
<div style="position:absolute; top:180px; right:20px ">
</style>
<body>
<form method="post" action="">
<textarea name="comments" cols="40" rows="5" >
Enter your comments here...
</textarea><br>
</form>
</body>
Beitrag04.09.2008 um 19:25 (UTC)    
Titel:

[code]<style type="text/css">
<div style="position:absolute; top:180px; right:20px ;margin-left: xx px;">
</style>
<body>
<form method="post" action="">
<textarea name="comments" cols="40" rows="5" >
Enter your comments here...
</textarea><br>
</form>
</body>
[/code

mit margin-left nach links verschieben
______________
Beiträge der letzten Zeit anzeigen:   


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