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

#202731
gcyrillus
Participant

if it does not scroll it might be because of : height:100%; wich requires a parent with an height set in CSS else it is 100% of nothing and it will use only 100% width avalaible and height will grow.

Try a pixel value or check if inheritance height value is a avalaible.

You might as well have to add vendor-prefix to the column rules manually (Firefoxe for instance still need the -moz- prefix i believe.).