Log In · Register

 
only one date for all coments? HR between comments?
lltytgbr
post Feb 25 2006, 03:49 PM
Post #1


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



2 questions:

if you look on my myspace you'll see that the only date displayed is the one for the latest comment. can anyone tell me why?

also, how would i put a horizontal rule to separate my comments? or maybe even something like this person has it on theirs.

EDIT: also, the space at the bottom of the comment div. how would i decrease that? i know you cant decrease it all the way to 50th comment, but when i used this code before, it didnt have that table all the way at the bottom.


here are my comments div code.

CODE
.Commentbox {
border:1px solid black; background-color:FBF7DC;
background-image:url('http://img89.imageshack.us/img89/9388/ummheyyo4tj.gif');
background-repeat: repeat-x;
background-position: bottom center;
background-attachment:fixed;
position:absolute;
left:50%;
top:170px;
..;
overflow:none
}

.r{}
.comt td td td table, .btext, .orangetext15, .redlink {display: none;}

.r{variables about the div such a position, width, overflow.}
.comt {visibility: visible; width: 316px; height: 177px; position:absolute; margin-left: -123px; margin-top: 509px; overflow: none; background-color:;}

.r{width of 'display' bar, picture & comment (not date bar).}
.comt table {position: relative; top: -45px; width: 305px;}

.r{position of comments overall inside div}
*html .comt table {top: -45px !important;}

.comt td {visibility: visible; background-color: transparent; border: none;}

.r{displaying xx of xx}
.comt b {position: relative; top: -50px;}

.r{didnt change anything.}
.comt td td td b {top: 0px;}


.r{}

.r{comment text}
.comt td td td, .comt td td td b {font-family:Franklin Gothic Medium; font-size: 11px; color: black;}

.r{}
.comt td td td a {font-family:Franklin Gothic Medium; font-size: 10px; color: red; text-decoration: none;}

.r{'displaying xx of xx' bar}
.comt b, .comt a, .redtext {font-family: Franklin Gothic Medium; font-size: 10px; color: black; text-decoration:none; letter-spacing:-1;}

.r{date bar}
.blacktext10 {font-family: Franklin Gothic Medium; align: right; border: 1px solid slategray; text-align: right; background-color: BABABA; font-size: 10px; color: 000000;}


.r{}

.r{width of date bar}
.blacktext10 {display: block; width: 100%;}

.r{width of comments (will bleed inside div)}
.comt td td td {width: 50%;}

.r{}
.blacktext10 {position: absolute; top: 8px}

.r{}
.comt b {display: block; text-align: center; border: 2px solid slategray; background-color: 999999;}
.r{}
.comt td td td b {display: inline;}

.r{}
.comt td td td b {visibility: hidden;}


.r{}

.r{}
.comt img {width: 260px; max-width: 260px; width: auto; border: 1px solid black; background-color:;}

.r{}
.comt a img {width: 90px; max-width: 260px; width: auto; border: 1px solid black; background-color:;}

.r{}
.comt div img {width: 80px; background-color:;}

.r{}
*html .comt img {width: 260px; background-color:;}

.r{}
*html .comt a img {width: 90px; background-color:;}

.r{}
*html .comt div img {width: 80px; background-color:;}

td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}

</style>


thanks so much.
 
 
Start new topic
Replies (1 - 9)
lltytgbr
post Feb 26 2006, 12:26 AM
Post #2


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



bump.
 
freeflow
post Feb 26 2006, 12:57 AM
Post #3


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Sorry that I can't really help you since your comments don't even show in my browser, but just for future refrence
QUOTE
BUMPING IN MYSPACE HELP
Bumping shall be permitted if and ONLY if...
A) Your topic has not been replied in for over three days, regardless of what page it's on.
B) You topic is past PAGE FOUR regardless of when the last post was.
 
lltytgbr
post Feb 26 2006, 02:29 AM
Post #4


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



im really sorry about the bumping.

here's a pic of my comments.

http://img107.imageshack.us/my.php?image=ih8myseld9zi.gif
 
freeflow
post Feb 26 2006, 11:17 AM
Post #5


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



What happens when you get rid of display:block?
.blacktext10 {display: block; width: 100%;}
 
lltytgbr
post Feb 26 2006, 06:06 PM
Post #6


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



i erased that line & now the date's gone.

i guess it's alright if i dont have the dates but do you know how i can add a horizontal line to separate the comments?
 
urkissxkillsme
post Feb 26 2006, 06:32 PM
Post #7


Member
**

Group: Member
Posts: 17
Joined: Oct 2004
Member No: 57,652



you could do this

.blacktext10 {font-family: Franklin Gothic Medium; align: right; border: 1px solid slategray; text-align: right; background-color: BABABA; font-size: 10px; color: 000000; border-bottom: 1px solid color; }

adding the bold text which would add a line under your date text.
 
lltytgbr
post Feb 27 2006, 02:07 AM
Post #8


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



still didnt help anything.

any other suggestions? im about to give up & just use it without dates or hr.
 
Jane Doe.
post Feb 27 2006, 06:10 AM
Post #9


Senior Member
******

Group: Member
Posts: 2,534
Joined: Jul 2005
Member No: 170,127



Have you tried deleting them? The comments with no dates? May just have been a glitch. And you can also just try adding a text-decoration: overline; or underline to the CSS.. it won't be very long but.. it will add a little line to seperate the dates.
 
lltytgbr
post Feb 27 2006, 03:24 PM
Post #10


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 158,594



i deleted them but it didnt change anything.

i added "text-decoration: overline;" to all the 'blacktext10' tags but it didnt make a huge difference so im not gonna mess with it.

any other suggestions?
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: