Add comment box for divs, I always screw it up |
Add comment box for divs, I always screw it up |
Nov 5 2007, 06:23 PM
Post
#1
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
I use a code that lets me use an image for the submit button but i can never get the text area to fit correctly into the form
CODE <style type="text/css">
.addcom {position: absolute; width:271px; height:202px; top: 608px; left: 50%; margin-left: -114px; background-color: NONE; border: none; overflow:auto; z-index: 3; display:inline;visibility:visible;} </style> <div class="addcom"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="FRIENDIDHERE" type="hidden"> <textarea name="f_comments" wrap=virtual cols="1" rows="1" style="background-color: transparent; color:AAd2d4; font-family: Arial; font-size: 12px; border: none; width:270px!important; height:202px!important;" style="overflow:auto;"> Type your comment in here.</textarea> <input type="image" src="http://img114.imageshack.us/img114/4809/submitblackyd5.gif"/> </form></div> |
|
|
|
![]() |
Nov 6 2007, 02:07 AM
Post
#2
|
|
![]() I listen to bands that don't even exist yet... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 330 Joined: Sep 2005 Member No: 249,189 |
yes, I know that. but the real question it what to change it too.
put the code in somewhere and you'll see what I mean |
|
|
|
Nov 6 2007, 08:32 AM
Post
#3
|
|
|
Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 |
|
|
|
|
protos Add comment box for divs Nov 5 2007, 06:23 PM
Fawaz Change You Code To This
CODE<style type=... Nov 5 2007, 08:58 PM
Fawaz I Don't No What You Mean By Put The Code In So... Nov 6 2007, 07:47 AM
protos sorry, about not explaining it fully hope this hel... Nov 6 2007, 04:11 PM
Fawaz HERE IS WHAT I WAS TELLING YOU TO DO
HERE IS A L... Nov 6 2007, 06:59 PM
protos exactly but I'd like the textarea to fill up t... Nov 6 2007, 09:19 PM![]() ![]() |