Forum Moderators: not2easy
The site is a simple two-column layout, with the main text in the right-hand column. I need a fix to make the left-hand column stretch to be equal with whatever size the right-hand column is.
I found a javascript fix online which works fine, but is not ideal because obviously some people disable javascript. I also found the faux column idea. However, my site is centred automatically (it's all in a container which is styled margin: 0 auto) and so I can't figure out how to position the faux column.
For example, if my left-hand column was fixed 20% away from the screen edge, this would be the code:
background: #ccc url(/images/faux.gif) repeat-y 20% 0;
But is it possible to do it for an automatically centred layout? What do you type instead of 20%? Very grateful for any ideas and help.