I've encountered an issue with my photography webpage where, upon resizing the browser down to 960px, all of the HTML content disappears and only a grey background is visible.
Could someone provide insight as to why this problem is occurring?
I did my best to replicate the code from Adobe Muse.
CSS:
#outer_wrapper {
width: auto;
height: 560px;
overflow-x: hidden;
overflow-y: hidden;
white-space: nowrap;
margin: 0 auto;
}
#outer_wrapper #inner_wrapper {
width:15000px;
}
#outer_wrapper #inner_wrapper.box {
width: auto;
height: 560px;
float: left;
margin: 0 15px 0 0;
border: 0.0px white solid;
}
#outer_wrapper #inner_wrapper.boxV {
width: auto;
height: 560px;
float: left;
margin: 0 15px 0 0;
border: 0.0px white solid;
}