|
|
|
|
|
|
Posted: Mon Mar 20, 2006 6:02 am
Can you help me with my background? It seems to be misplaced from the Header sad
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 7:25 am
The best thing you can do to fix that is to crop the header image. It looks like you have 10 too many pixels on the left side of the image. If you crop off those 10 pixels on that side, it should get it fairly evenly lined up.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 10:46 am
The same thing with footer?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Mar 20, 2006 1:58 pm
Actually, your footer looks like it's too short by about 10 pixels on the right.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Tue Mar 21, 2006 8:32 am
Yea! Thanks alot! Now, how can i put my comment bix below my footer? surprised
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue Mar 21, 2006 10:10 am
#comments{ top: 1200px; left: 10px; width: 760px; position: absolute; }
First off position absolute will lift up your comments section from the rest of the profile and it will default to some weird location. There is also relative positioning but that would just push it around leaving a huge gap behind.
Top and left moves the section to whereever you want it to appear.
Width makes it as wide as you want.
Cheers!
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|