Comment Code Problem |
Comment Code Problem |
Jan 28 2007, 04:30 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Sep 2006 Member No: 460,674 |
This code was given to me, on here, to place my comments in a scrolling DIV instead of them being stretched out. The problem is no matter what dimensions I put, the outside box only goes so big, and I need it a little bigger than that. I've tried messing with it, but nothing works. Thanks for any help.
This was given to me from a post a while back. my page is myspace.com/judas25 Try this Post in Your About me: .comments{ visibility:visible; width:400px; height:300px; position:absolute; top:850px; left:300px; overflow:auto; background-color:transparent; border:0px solid; z-index:2px; word-spacing:5px;} You can change the values Paste this in your "Who I'd like to meet" Make sure it's the last code at the bottom <div class="comments"><!________HAS TO BE LAST______> <table><tr><td><table><tr><td> </div> |
|
|
|
![]() |
Jan 29 2007, 03:26 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
If you post your layout code I can give you suggestions on making it look the same. Regarding your comments if you want to see what I see download firefox. (It looks the same in firefox and safari).
I'm assuming your problem is with the width ? Well your comments will only go as wide as they are. I had an idea on how to stretch them out, but if you have a survey it might screw them up. But you can try adding this to your about me: CODE <style type="text/css">table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:400px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;}</style> Also change your comment code to this: CODE .comments{
visibility:visible; width:400px; height:300px; position:absolute; top:850px; left:300px; overflow:auto; background-color:transparent; border:0px solid; z-index:2; letter-spacing:5px;} |
|
|
|
judasjap Comment Code Problem Jan 28 2007, 04:30 PM
flaymzofice Um, I can't actually see any comments on your ... Jan 28 2007, 08:57 PM
judasjap Maybe it's the browser you're using or som... Jan 28 2007, 11:40 PM
toyo loco QUOTE(judasjap @ Jan 28 2007, 8:40 PM) Ma... Jan 29 2007, 01:16 PM
flaymzofice Sorry, my bad, I didn't realise what you'd... Jan 29 2007, 09:57 AM
judasjap Ok, here is the best screenshot I could do. Hopefu... Jan 29 2007, 03:12 PM
judasjap Ok, what I need to fix is the height of the outer ... Jan 29 2007, 06:19 PM
toyo loco Post your code (full layout) please. Jan 29 2007, 06:24 PM
judasjap Ok. The numbers for the comment box are kinda big ... Jan 29 2007, 07:50 PM
toyo loco Your code is wrong in two areas. Area one you didn... Jan 29 2007, 08:05 PM
judasjap OK, so I used the new coding you provided and my c... Jan 29 2007, 10:07 PM
toyo loco You need to edit the height.. you set it to 7000. ... Jan 29 2007, 10:15 PM
judasjap Oh ok. Gotcha. Thank you for all your help. I real... Jan 29 2007, 11:04 PM![]() ![]() |