|
|
|
|
|
|
Posted: Tue May 02, 2006 11:18 am
How do you make ur comment box scroll, and have nones like avaters. Just a box with their name in it and what they said????? If you need an example go to [ .Fatal Sins. ].. Thanks If anyone can do this for me. I will greatly aprecaite it.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue May 02, 2006 2:41 pm
#comments {height: __px; overflow-y: auto; overflow-x: hidden; } #comments .avatar, #comments .avatar2 {display: none; }
You'll have to specify a height for the comments box that is less than what it is now. Those codes will scroll the comments section and remove the avatars.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 03, 2006 11:37 am
That works but I want my comments just boxes in the scroll box, boxes with the poepls names in it and what they wrote? and it is overlappin to the singuteure?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Wed May 03, 2006 1:37 pm
This will remove the avatars:
#comments .avatar, #comments .avatar2 {display: none; }
This will remove the triangle that goes from the comment box to the avatar:
#comments .message {background-image: none; }
In every other browser but IE the edges of the comment boxes are rounded. This will remove those rounded edges:
#comments .caption:before, #comments .caption:after, #comments .caption2:before, #comments .caption2:after {display: none; }
When I look at your profile, it doesn't seem to be overlapping the signature.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 03, 2006 1:41 pm
The first 2 boxes are not squares they are just wordas how do u make it so they are full quares and can u make like a little space inbetween them? and make it so the boxes are like a little beofre the sides?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Wed May 03, 2006 3:45 pm
I think the problem with the borders not showing up in an IE problem. When I scroll on your comments, sometimes the borders show and sometimes they don't. The only thing I can suggest is to check your codes for typos.
To get space between them, try this code:
#comments .caption, #comments .caption2 {margin-bottom: __px; }
Replace __ with a number to indicate how much space you want between.Quote: and make it so the boxes are like a little beofre the sides? I don't understand what you mean.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu May 04, 2006 11:09 am
Ok check out [ .Fatal Sins. ] profile and see how the bozes are like close to the sides could u help me with that?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 7:59 am
Ah, I see.
Well, looking at her coding, I believe this is what she's used to do that:
#comments dl dd {margin: 0 9px 0 9px;}
Try that and let me know if it works.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 11:10 am
Yes it did work. But could I put like a differnet color border around them to make then stand out? and is their any way u could fix the IE problem???
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri May 05, 2006 5:48 pm
You can change the border color in these codes; they're already in your profile. All you have to do is find them and change the border color:
.caption { border: 1px solid #73707d; background: #4b427d; color: #73707d; }
.caption2 { border: 1px solid #73707d; background: #4b427d; color: #73707d; }
As for the IE issue... The only thing I can think to try is to change the border size to 2px (same codes as above). If that doesn't help, then I'm afraid I don't know what would.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sat May 06, 2006 8:59 am
The IE problem didn;t work, damn LOL anyay um thats ok, I will figure it out sometime, I changed the color of the background and the outline
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|