Help on comment table |
Help on comment table |
Jan 6 2007, 03:22 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jan 2007 Member No: 492,943 |
I'm trying to get it to where my comments are a scroll-down table.
I thought it was scripted correctly, but it apparently isn't. It just shows the comments without a table, thus making my page really long. What is wrong with my code? CODE <div class="comments" style="position: absolute; top:1193px; left:685px; height: 190px; width: 500px; border-color: A3AED9; border-width: 0px; border-style: solid;"> <table><tr><td><table><tr><td> </div> Thanks. -Chris |
|
|
|
![]() |
| *Infinite.* |
Jan 6 2007, 03:37 PM
Post
#2
|
|
Guest |
Okay, so you want your comments to be in a scroll box, correct?
But do you want to be able to move your comments to another place or have them located where they originally are supposed to be? Want to move your comments anywhere on the screen: About me: CODE <style>.comments{visibility:visible;width:397px; height:180px;position:absolute; top:680px;left:415px; overflow:auto;background-color:transparent; border:black 0px solid;z-index:2px;}</style> ^Change the left and top numbers to change the positioning and change the width and height for how big you would like the section of your comments visible. Who I'd Like to Meet: - put this in that section. CODE <div class="comments"><table><tr><td><table><tr><td> Just have your comments in a scrollbox on an oridinary layout: http://www.createblog.com/scripts/download.php?id=262 |
|
|
|
umbr3ll4 Help on comment table Jan 6 2007, 03:22 PM
bigtrey so you are trying to make your comments scroll? Jan 6 2007, 03:37 PM
umbr3ll4 Okay, cool. That works.
Now I have another probl... Jan 6 2007, 04:18 PM
toyo loco ^ You can't add "#" signs on myspac... Jan 6 2007, 05:15 PM
umbr3ll4 Hm, well, doesn't seem like it works.
CODE... Jan 6 2007, 05:39 PM
Infinite. ^may I have your myspace link, it may just be beca... Jan 6 2007, 05:46 PM
umbr3ll4 http://www.myspace.com/calaphi
I'm trying to ... Jan 6 2007, 06:59 PM
toyo loco QUOTE<style>.comments{visibility:visible;wid... Jan 6 2007, 07:45 PM
umbr3ll4 If something as obvious as that would fix it, I wo... Jan 6 2007, 10:51 PM
Quarantine. ^ I believe that because they are different browse... Jan 7 2007, 02:33 AM![]() ![]() |