Comments width |
![]() ![]() |
Comments width |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
In my code the comments that people actually post only go about 400px out?
Anybody know how to fix it? CODE .comments { position: absolute; top: 900px; left: 50%; margin-left: -100px; _margin-left: -300px; padding: 20px; border: 0; width: 900px; _width: 900px; z-index: 3; } * html div.comments {overflow: hidden;} * html div.comments table table td {width: 884px;} color: b0b0b0; font-size:9pt; font-family: Verdana !important; width:98%!important;} .friendsComments table td {color: b0b0b0; font-size:9pt; font-family: Verdana !important; text-align:justify;} .friendsComments .orangetext15 {display: none;} .blacktext10{ display: block; width:600px; border-bottom: 1px dotted; border-color: rgb(176,176,176); text-align: right; } .comments td td td a {visibility:hidden; font-size:1px; letter-spacing:-50px;} .comments td td td a img {visibility:visible;} table.friendsComments tbody tr td.text table tbody tr td span.orangetext15{ background-image: url(http://i578.photobucket.com/albums/ss224/zet088/Daisetta/SendDaisettaAComment.png); background-repeat: no-repeat !important; background-color: transparent; display: block !important; height: 51px !important; color: b0b0b0 !important; width: 884px; position: relative; overflow: hidden; font-size: 0px; text-align: center; margin-top: -1px; line-height: 400px !important;} Example : http://www.myspace.com/buriedinverona |
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Adjust this bit:
CODE .blacktext10{ display: block; width:600px; border-bottom: 1px dotted; border-color: rgb(176,176,176); text-align: right; } That's the class for the date. Make the width value bigger and the entire comment area should widen. |
|
|
![]() ![]() |