Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Alternating column widths at set intervals Reply To: [Solved] Alternating column widths at set intervals

#202718
grimski
Participant

That’s pretty much spot on for the horizontal scroll too @gcyrillus – I never thought of using CSS columns. I think the mistake I was making was still using percentage widths, which I guess will always squeeze into the viewport rather than forcing the browser to scroll.

When I take the code out of CodePen and put it in an .html file it doesn’t scroll though, am I missing something (probably)?