Friends / Comments Help in DIV Layout |
Friends / Comments Help in DIV Layout |
Sep 20 2009, 03:43 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Sep 2009 Member No: 746,526 |
I'm almost done with my profile, but I'm having a couple problems:
1. "All/Online/New" links in "Friends" section are the wrong color 2. "Displaying X of X comments" in "Comments" section are the wrong color 3. Time/Date for each comment in "Comments" section is the wrong color 4. My "Comments" section stretches all the way to the bottom of the screen, and I'd like to raise the bottom of the box up a little bit It's a 1.0 profile, and everything is arranged PERFECTLY, except for those 4 things above. Please help! Here's the relevant code: About Me: CODE .friends { position:absolute; top:1190px; margin-top:20px; background-color:000000; height:40px; width:794px; padding:14 15 7 27px; color:DDDDDD; } .friendSpace { width:794px; position:absolute; margin-left:-568px; top:1417px; padding:0 15 0 27px; background-color:000000; } .comments { position:absolute; top:1507px; margin-top:20px; background-color:000000; height:40px; width:794px; padding:14 15 7 27px; color:DDDDDD; } .friendsComments { width:794px; position:absolute; top:1743px; margin-left:-567px; background-color:000000; color:DDDDDD; } Who I'd Like to Meet: CODE <div class="friends"> <h2>My Friends</h2> </div> <div class="comments"> <h2>Comments</h2> </div> NOTE: I created my own headings (.friends, .comments) to hide the default headings for those two sections. Each section is a black box, and the background of the page is gray. Any help is GREATLY appreciated! |
|
|
|
f1reman Friends / Comments Help in DIV Layout Sep 20 2009, 03:43 AM
Mike Use this code to fix all the colour issues:
CODE... Sep 20 2009, 05:26 AM
f1reman QUOTE(Mike @ Sep 20 2009, 06:26 AM) Use t... Sep 20 2009, 06:23 AM
Mike Can you post all of the codes you're using and... Sep 20 2009, 02:09 PM
f1reman I stripped my profile down, to better illustrate t... Sep 20 2009, 07:15 PM
f1reman OK, I added -
height:400px;
overflow:auto;
But, ... Oct 11 2009, 04:58 PM
f1reman I gave up on the layout edit for a while (more imp... Nov 7 2009, 07:17 AM
fixtatik You could try switching to profile 2.0. Friends an... Nov 10 2009, 12:27 AM![]() ![]() |