Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CSSは次のとおりです。
.container{ background-image:url('images/containerbg.png'); background-repeat:no-repeat; width:1078px; background-color: #000; margin:0 auto 0 auto; position:relative; }
これが何が起こっているかの写真です:
使ってみてくださいoverflow: hidden:
overflow: hidden
.container { overflow: hidden; // or overflow: auto; .... }