Search code examples
htmlcsspositioning

background not visible due to positioning


The background color of list is not displayed properly. This problem started after I floated left and right. How to fix this.

Here is the fiddle

Similarly I've problem with the div .wrapper. The shadow should be way below the content and there should be a white color background beneath . here is fiddle


Solution

  • Add to the CSS:

    ol {overflow:hidden;}
    

    and (2nd question):

    .wrapper {overflow:hidden;}