div layout comment section help, div layout comment section help |
div layout comment section help, div layout comment section help |
Oct 4 2008, 04:15 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Oct 2008 Member No: 689,157 |
good day to all. i have a div layout with a commment box which is fully functional but i would like to add a visible scrolldown section of the posting when users submit their commment. any suggestions or html/css is welcome. it would be a great help.
tx! this is what i have: id like to meet section: abcdefg = my friend ID CODE <h1>Comment Box Below!</h1>
<center> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="abcdefg" type="hidden" /><textarea name="f_comments" class="comment" style="overflow:auto;">got comment?..leave it here</textarea> <br /> <input value="submit" class="comment" type="submit" /></form><br /><br />
Reason for edit: Please use [code] tags when posting short bits of codes. - Mike
|
|
|
|
![]() |
Oct 6 2008, 05:11 PM
Post
#2
|
|
![]() temptedeli ![]() ![]() ![]() Group: Member Posts: 31 Joined: Feb 2007 Member No: 503,331 |
So all you want is your comments to show on your div layout. So see if this helps.
Paste this in your About me: CODE .comt { visibility:visible; position:absolute; left:50%; top:880px; overflow:auto; width:1030px; height:400px; border:4px ridge; border-color:006666; margin-top:800px; margin-left:-500px; background-color:transparent; z-index:5; } .comt span, .comt b {color:ffffff; visibility:visible !important; display:block; } .comt table { width:700px; } .comt table table { width:0px; } .blacktext10 { width:800px; display:inline; } .comt a, .comt font, .comt span { visibility:visible; } and this in Who i'd like to meet: CODE <div class="comt"><table><tbody><tr><td><table> You'll obviously have to change the width and colors and what not to your liking. |
|
|
|
rcastro div layout comment section help Oct 4 2008, 04:15 PM
Smarmosaur you mean you want the actual comment box to scroll... Oct 5 2008, 04:26 PM
rcastro no its not that actual comment box i want to scrol... Oct 6 2008, 04:34 PM
Smarmosaur so, you want your comments to be shown and to scro... Oct 6 2008, 05:08 PM
pessimist i use your script all the time mikey boi
where u ... Oct 8 2008, 01:58 AM![]() ![]() |