how do i move the custom sections out of my about section?? i have the code #about ol {list-style-type: none; position: absolute; left: 505px; top: 200px;}
Posted: Thu Nov 09, 2006 8:28 pm
If your about section scrolls, you can't. What you'll have to do is make the content you want to be in your about section the last list in your stack of custom sections, move everything else where you want it to go, and then put that last list in the spot where about goes and scroll it then.