This has probably been posted 100 times, but about faux columns..

liunx

Guest
So, I wanna have 3 columns on my design and I want to have the two on the sides the same color (i.e. a background color) and the one in the middle a different color. I figured out how to do this, you make an image then you repeat-y all the way down. My question is, how do I make JUST the center part scrollable so that my links on the left part (in the left most column) don't move, while i can scroll the middle part?

similar to BigJohn's site: <!-- m --><a class="postlink" href="http://qtest.stegenga.net/">http://qtest.stegenga.net/</a><!-- m -->

thanks!What the person on the site you linked to has done is used frames.

However, you could use a div with style overflow: auto; to get a similar effect.okay, thanks. you're probably gonna be seein a lot of my dumb questions here because I just started learning HTML/CSS over the weekend, and I still gotta learn Java/PHP, because my friend wants me to make her a website for a business she started a couple a years ago.

Thanks again!!We all have to start somewhere... ;)
 
Back
Top