|
|
|
|
|
|
Posted: Tue May 02, 2006 10:36 pm
Okay, so I was looking at people's profiles and I eventually came to a profile that had one wide column of stuff that had only one scroll bar. It scrolled through about, wishlist, possibly signature and stuff. I'm wondering if anyone else knows how to do that, and could give me the code. If you need, I can find the profile and post a link to it here for referance.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Wed May 03, 2006 6:27 pm
The way to get everything into one column that's the width of profile is with these codes:
#content #sidebar {position: static; width: auto; }
#content #main {margin-left: 0; }
To scroll all that, you'd use this code:
#content {height: __px; overflow: auto; }
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|