Forums

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

Home Forums CSS Can’t Get Divs Right Re: Can’t Get Divs Right

#88812
jmeyer0911
Member

one more thing…I did a min-height, and they show up…

How do I get them to mesh together…the topContent, content, and the bottomContent…I have no padding or margin, so I thought they would join together…Unless there is another way to do it…
I was thinking since I’m writing it in css3, I could do this:


div.content
{
background: white url('Image/Menu/topBorder.png'), url('Image/Menu/bottomBorder.png');
}

Something like that…but, I’m thinking that won’t work either.