Hello, I'm having quite an issue here with a website.
http://www.radonsystems.net/newsite
As you can see, that blue div container is having issues. Content from the next li is spilling into the current li.
How do I stop this?
CSS for area:
#strip {
background:#039;
border-bottom: 1px solid #ccc;
}
#strip ul {
margin-left: auto;
margin-right: auto;
width: 100%;
}
#strip li {
list-style: none;
margin-bottom: 0;
height: 247px;
overflow:hidden;
}