I have a random gap appearing between div elements and I can't seem to make it go away. Problem is shown https://i.stack.imgur.com/ehy22.png
Here is my related code
<div id="menuBar"><!--Hosts menu options-->
</div>
<!-- end #menuBar -->
<div id="content">
<p>hello</p>
</div>
and CSS
#menuBar{
width:900px;
height:80px;
margin: 0 auto;
background:url(images/g2w2g.png) repeat-y;
}
#content{
width:900px;
margin: 0 auto;
padding-top:0;
background:url(images/g2w2g.png) repeat-y;
}
Thanks guys
` tag?
– Sumner Evans Feb 19 '14 at 16:51