My div's comment box, Never had problems with c-box til now :( |
My div's comment box, Never had problems with c-box til now :( |
Nov 8 2007, 05:10 AM
Post
#1
|
|
![]() <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,369 Joined: Jun 2007 Member No: 539,187 |
So I'm currently working on a DIV, and I've basically got it all finished. I just made a space for a comment box, and coded one to how I want it. But when I place it in, and view my profile, it just doesn't show. All my other DIV's have been fine with comment boxes, and I just can't figure out whats stuffing it up
Hopefully someone can help, this is the code I'm using for the box CODE <div class="content" style="position: absolute; left:37%; top:56%; width:379px; height:420px; overflow: auto; font-family:tahoma; color:000000; font-size:9px; z-index:2;"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="XXXXXX" type="hidden"> <textarea name="f_comments" cols="10" rows="7" style="width: 138px; height: 50px;border-width: 0px; border-style: solid; border-color: 000000; font-family: tahoma; text-transform:lowercase; letter-spacing:1pt;font-size: 9px; color:FFF; background-color:E9BEA0; overflow:scroll; text-align:left; ">Would you like to comment?</textarea> <br> <input value="SUBMIT" style="border-width: 1px; border-style: solid; border-color: ffffff; width:138px; font-family: tahoma; text-transform:uppercase; letter-spacing:1pt; font-size: 9px; color: ffffff; background-color: E9BEA0;" type="submit"> </form> </div> Also while I'm at it, does anyone have the code for hiding/removing the dividers in the navigation bar? Cause when myspace changed all there codes the "hide everything" codes stopped hiding it |
|
|
|
johncouzenslore i use this which always seems to work
CODE<St... Nov 8 2007, 06:18 AM
RogueVanity ^ Thanks, worked perfectly. Now for the comment bo... Nov 9 2007, 04:38 AM
Fawaz You Have To Hide Your Profile...I Tried It And The... Nov 9 2007, 07:18 AM
RogueVanity I've hidden it all already, that IS the code I... Nov 11 2007, 03:34 AM
IVIike that's happened to me before put the div code ... Nov 11 2007, 07:13 PM
RogueVanity Oh gosh, it was that simple hah
Thanks a bunchhhhh... Nov 12 2007, 12:53 AM![]() ![]() |