View topic - List of questions:

1) How can I get the comments to fit in the box/border I have on my profile?
2) The comment boxes won't let me make them scroll, how do I make them scroll?
3) For the text area and submit box/button, can I make it so instead of being underneath of the comment boxes, they are smaller (so my page won't have to scroll ever to get to it) next to them?
4) After doing all this with my comment boxes, will my about me box go back to where it is supposed to be? (It was placed nicely next to where it was supposed to be until I enabled the comments)
5) I can't seem to get rid of the wishlist box, how do I do it?
6) My background to my profile doesn't seem to want to work. How would I make it show up?
7) How do I make the text a different color, size, and font? (Meaning the text in the about me, ectect)
8) How would I make it so my join date, age, location, total posts, % of total, and posts per day was under my username, Slenderman?
9) How would I make it so my friend's list is between the arrows, and how would I make them work?

Here is my code/CSS so far:
  • Show Spoiler
  • /**Art originally by mafbot.deviantart.com
    Profile Layout by Slenderman
    Profile Coding by Slenderman**/


    /*BODY*/
    body {background: url(http://i491.photobucket.com/albums/rr271/iloveaerrow/Untitled2copy.png) #000000; background-repeat: no-repeat; background-position: center center; background-attachment: scroll;}
    #wrp {background: url(http://i491.photobucket.com/albums/rr271/iloveaerrow/terezi_pyrope_bg_by_mafbot-d3uhbmr.png) #000000; border: none; background-repeat: repeat; background-position: center center; background-attachment: fixed;}

    #helper-wrap {margin-top: -0px !important; background: transparent;}
    #wrp {background: transparent; border: none;}
    #board {display: none;}
    #av {display: none;}
    #ft {display: none;}
    h3 {display: none;}

    /*STATS*/
    .sb.lft {background; transparent}
    .content.lft {display: none;}
    .content ul.z {display: none;}
    #sticker-box {display: none;}

    /*ABOUT*/
    .about {background: transparent; border: #e00707 2px solid; width: 280px; height: 150px; margin-top: -264px; margin-left: 175px;
    width: 280px;
    height: 150px;
    overflow-x: hidden; overflow-y: scroll;}
    .about embed, .about object {height: 25px; width: 29px;}
    .about {text-align: center; font-weight: bold; color: #008282; font-size: 12pt;}

    /*COMMENTS*/
    .comments {background: transparent; border: #e00707 2px solid; width: 250px; height: 260px; margin-top: -50px; margin-left: -10px;}
    .comments .poster {display: none}
    .pages {display: none}
    .pages li a {display: none}
    .current a {display: none}
    .comments .comment {display: none}
    .post_msg textarea {display: none}
    .submit a {display: none}


    /*BUDDYLIST*/
    .bCarousel {display: none;}
    .bCarousel .wrapper {display: none;}
    .bCarousel ul a img {display: none;}
    .bCarousel a.back {display: none;}
    .bCarousel a.forward {display: none;}

    /* Wishlist crap */
    .rcl {display: none;}
    #wishlist li img {display: none;}
    label {display: none;}
    .inputbox, .texta {display: none;}

    /*FOOTER*/
    #doc #ft .footer-controller {display: none;}
    #doc #ft .footer-controller a {display: none;}
    #doc #ft .footer-links-wrap {display: none;}
    #doc #ft .footer-section {display: none;}
    #doc #ft .footer-row {display: none;}
    #doc #ft .footer-column {display: none;}
    #doc #ft .footer-row ul a {display: none;}
    #doc #ft .shop-links ul li a {display: none;}
    #doc #ft .donation-preview a {display: none;}
    #doc #ft .donation-preview a span {display: none;}
    #doc #ft .footer-column .limited-links a em {display: none;}

Post by Slenderman » Mon Dec 19, 2011 7:30 pm



Quest Thread
RIP Sebastian and Oreo < 3
Anyone? :/
Seriously.
Post by Slenderman » Tue Dec 20, 2011 3:06 pm



Quest Thread
RIP Sebastian and Oreo < 3
1)
Code:.comments .comment {width: 00px; height: 00px;}
, with other things mentioned below.

2) Well if you want the bar to only appear when you hover over the comment (which in my opinion is far prettier) you would:
Code:.comments .comment {height: 00px; width: 00px; overflow: hidden;}
.comments .comment:hover {height: 00px; width: 00px; overflow-x: hidden; overflow-y: auto;}


3) For this, pretty sure you'd need to position the #comment_wrap instead of positioning .comments. That's good no matter what, so do that. With that, you need to also change the height and width of the wrap, so be wary.
Once you've done that, you can pretty much move anything anywhere. So. Regular top: 00px; left: 00px;

4) You'll just need to move the about. It's not really a big deal. Can't really say whether it'll go back to where it is, but it's simple enough to fiddle with it to get it perfect.

8) Position the .content.lft so it's under there.

9) As for the friend's list, that's a little bit more complex and sort of hard for me to explain, but essentially you need to mess with both the .bCarousel and the .bCarousel .wrapper so it's sort of strange. I could do the friend's list for you, if you like!

As with all of these don't forget about position: absolute; and such.
When making a profile such as yours, where you want the profile to be centered no matter what, use margin-left: and top: properties to keep it centered always. Just a reminder.

Hope I helped! Can't wait to see little Terezi in action. Or, um, taste. Y'know. Either way.
Post by Havoc » Tue Dec 20, 2011 9:30 pm





I was Jenna a couple of minutes ago, but now I'm not.
Now I know it ain't easy, but it ain't hard trying.
Havoc! Fighter! Pilot to the stars!
Thank you <3
And you can work with the comments if its not to much for you

But I've had 2 people try to help me with the status thing, and it doesn't move, whether or not I set it on absolute or not.
Post by Slenderman » Wed Dec 21, 2011 2:35 pm



Quest Thread
RIP Sebastian and Oreo < 3
And, the about me refuses to stay put and moves under the comments every time the page finishes loading.
And, I can't seem to resize or move the textbox and submit button. (not resive the submit button)
And if it isn't a bother, is there a way to have 4 comments on one page? Because I think that would look better.
Or just make it so the three can scroll in the box, if you get what I mean.
Post by Slenderman » Wed Dec 21, 2011 2:49 pm



Quest Thread
RIP Sebastian and Oreo < 3
Sure thing! I'll start working on it now.
I'm sure we can figure it out eventually.
Hnnrg. I'll see what I can do to get it stuck.

Unfortunately, there is not a way to get three comments on a page. Francis once said that kind of thing could be done with html coding, but Ernya does not allow its users to edit the html code of their profiles. Or anything, but you get the picture.

The three can scroll in the box? Like, you only see a few comments in the box except when you scroll the actual box and the other ones appear? I don't know how to describe scrolling. Like the comments were a page and the box was your browser? I'll look into it.
Post by Havoc » Wed Dec 21, 2011 7:32 pm





I was Jenna a couple of minutes ago, but now I'm not.
Now I know it ain't easy, but it ain't hard trying.
Havoc! Fighter! Pilot to the stars!
Alright, thank you :D
This is my first more complicated profile, so I needed a lot of help, haha
Post by Slenderman » Wed Dec 21, 2011 10:14 pm



Quest Thread
RIP Sebastian and Oreo < 3
7 Posts • Page 1 of 1

 
Users browsing this topic: and 1 guests