|
|
|
|
|
|
Posted: Sun Apr 30, 2006 5:37 am
there is a grey line that outlines the right side of the important stuff in my profile. i cant figure out how to get rid of it xp
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Apr 30, 2006 6:31 pm
it says that someone posted but it doesnt show anything. what gives? oh, and new problem: on IE my about section has a pink background. is it because it is not on custom theme?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Apr 30, 2006 6:35 pm
nm, i figured out the pink bg problem, but i still dont know about that line... domokun
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Apr 30, 2006 6:41 pm
To get rid of the grey line, you'd use this code:
#extendedProfileBody #header, #content {border-right: 0; }
In IE there's still a bit of a line, but I haven't found a way to get rid of it.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Apr 30, 2006 7:33 pm
thank you so much n_n that solves that problem.
...but now i have one more...or 2. how do i move the links for the tos and other stuff from the bottom to the top and how do i get rid of the blue line and "copyright gaia" thing. (unless of course that should remain there as rules or something.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Apr 30, 2006 10:10 pm
#corp {position: absolute; top: 0; } should move the links to the top of the page for you.
As far as I'm aware you are allowed to remove the footer. I've only seen that the nav bar at the top must be left alone. To remove that, you'll need this code:
#footer {display: none; }
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon May 01, 2006 1:42 pm
thank you very much Ava R. all of my problems are fixed so far except a few positioning errors and i can fix those on my own. couldnt have done it without your help 3nodding
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon May 01, 2006 2:36 pm
smile Glad to have helped.
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|