DIV layout content help? |
DIV layout content help? |
Jan 5 2007, 11:27 PM
Post
#1
|
|
|
Celeste ![]() ![]() Group: Member Posts: 27 Joined: May 2004 Member No: 14,949 |
Any help would be greatly appreciated --
I have a DIV layout, and a large amount of top friends for the space i was given. (i dont think 24 fits into 10 .. idk about you.. haha) anyway, i have enough space to move the friends up, but something's keeping me from focusing on how to do it, so im in despair. I can send you my code & here's my link: http://www.myspace.com/admityourinsanity thank you!! |
|
|
|
![]() |
| *WHIMSICAL 0NE* |
Jan 5 2007, 11:41 PM
Post
#2
|
|
Guest |
So you want to avoid creating a scrollbar? You need to go through your code and find:
CODE .topfriends { background: url(''); position: absolute; left: 400px; top: 410px;} You need to decrease the top:. So try something like: CODE .topfriends { background: url(''); position: absolute; left: 400px; top: 350px;} Might have to adjust where it is. If you can't find that portion of your code, post your codes. |
|
|
|
Jan 6 2007, 12:58 AM
Post
#3
|
|
|
Celeste ![]() ![]() Group: Member Posts: 27 Joined: May 2004 Member No: 14,949 |
ahh a scrollbar would have been fine, idk why i didnt think of that. like i said, cant focus.
anyway, that worked perfectly.. i was looking all over in my code and it was just the wrong place i guess.. thanks a million and fourrr! |
|
|
|
![]() ![]() |