Home › Forums › CSS › Double wrapping top border, why is it so hard? › Re: Double wrapping top border, why is it so hard?
August 25, 2012 at 6:41 am
#108448
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.