erm... SOS!, need code help for div... |
![]() ![]() |
erm... SOS!, need code help for div... |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 48 Joined: Jan 2008 Member No: 611,875 ![]() |
Okay. I am almost done with my very first layout EVER!!! I am very excited except there is one thing that is being a pain. getting a comment box in. So I am going to put in the code i have for everything else. If anyone could help it would be GREATLY appreciated.
Here is the about me code: <style type="text/css">.navigationBar {display:none;}</style> <style type="text/css">td td embed { width:0px;height:0px; }</style> <style type="text/css">body{ background-color: 3390ff; background-image:url(); background-position:bottom right; background-repeat:repeat; background-attachment:fixed; scrollbar-arrow-color:fff; scrollbar-track-color:c6b5c6; scrollbar-shadow-color:b5d6b5; scrollbar-face-color:b5d6b5; scrollbar-highlight-color:b5d6b5; scrollbar-darkshadow-color:b5d6b5; scrollbar-3dlight-color:b5d6b5;} </style> <style type="text/css"> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none;height:0px;;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;border:0px;} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} body div table td form img{display:none;} body div table td form option{display:none;} body div table td form select{display:none;} body div table td form input{display:none;}</style> <style typle="text/css"> .div{ position: absolute; left: 50%; margin-left:-420px; top: 130px; z-index: 0;} .one{ position: absolute; left: 50%; margin-left:-45px; top: 370px; z-index:5; width: 395px; height: 185px; overflow: auto;} .two{ position: absolute; left: 50%; margin-left:-372px; top: 320px; z-index:5; width: 220px; height: 65px; overflow: auto;} body,table, td, li, p, div{ font-family: verdana; size: 12px; color:0000cc; font-weight: normal; border:0px; text-transform: none; line-height:14px; letter-spacing: 0px;} b, strong { color: 33ffff; font-weight: bold; }, em { color: 33ffff } u { color: 0000cc; border-bottom: 33ffff 2px solid; } i, em { color:0000cc; font-style: italics } a:active,a:visited,a:link,a{ color: 0000cc; font-weight:normal; font-family: verdana; font-size: 10px; } a:hover{ color: 33ffff; font-weight:normal; font-family: verdana; font-size: 10px; } alrighty... thats all the coding i think you need to tell me what to add... well thanks for any help you can give. ![]() |
|
|
![]()
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 ![]() |
Moved to Myspace Support
![]() |
|
|
![]()
Post
#3
|
|
![]() Adobe Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,237 Joined: Mar 2005 Member No: 113,043 ![]() |
Okay, you need to add ths code to a <DIV> layer, not your <style>sheet.
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fusea ction=user.ConfirmComment"> <input name="friendID" value="***YOUR USER ID HERE***" type="hidden"> <textarea name="f_comments" cols="50" rows="5" class="comment"> Yes this comment box works! I assure you. All you have to do is replace "***YOUR USER ID HERE***" with your own Myspace USER ID. Then, you can edit this message! Yes, that includes getting rid of the asterisks. </textarea> <br> <input value="Submit"type="Submit" style="background-color: FFF7C3; color:AE516E; font: 14px century gothic; font-weight: bold; text-transform: lowercase; border: 0px solid 000000;"></input> <input value="Reset"type="reset"style="background-color: AE516E; color:FFF7C3; font: 14px century gothic; font-weight: bold; text-transform: lowercase; border: 0px solid 000000;"></input> </form> Feel free to modify it as you see fit. |
|
|
![]() ![]() |