Forums

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

Home Forums CSS Double wrapping top border, why is it so hard? Re: Double wrapping top border, why is it so hard?

#108448
Billy
Participant

There are two things that I can think of:

1. Are the elements in the ‘.footer’ floated? If so then you need to add an empty div at the end of the ‘.footer’ that clears all floats. (when an elements children are floated it collapses)

2. That by calling a ‘border-top’ twice, some error is making it happen like that. It could also be that you need to add a thickness value to the first time it’s mentioned.