Forums

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

Home Forums CSS Tip: This is how you can get responsive border-collapse on floated divs Reply To: Tip: This is how you can get responsive border-collapse on floated divs

#150579
Paulie_D
Member

Using negative margin should works too (div {border:2px solid gray;margin-left:-2px;margin-top:-2px})

Yeah…but it’s ugly…and uses magic numbers!