HTML/CSS Layering of Elements Issue -


http://i.imgur.com/tljrmz0.png

border part of div called wrapper, , cut off other div/elements. border not absoulte.

how can make border come above other layers/elements/divs on page?

condensed/simplified html/css:

http://pastebin.com/asdailt3

thanks.

.wrapper {                 max-width: 800px;                 min-width: 800px;                 border: 3px solid #000000;                 margin: 10px 0px auto;                     padding: 10px 12px;         }  .page {                 min-width: 100%;                 margin: 0px auto;                 position: relative;                 background-color: #f00;                 display: inline-block;         } 

demo here


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -