html - Div extends beyond wrapper div -


I have a div inside a cover disc I saw that this (internal div) extends beyond the wrapper dev Here's the code I am using IE8:

  #div_wrapper_slideshow {position: absolute; Height: 275px; Width: 100%; Display area; } #div_slideshow {status: relative; Height: 100%; Width: 100%; Background: # 123456; } & Lt; Div id = "div_wrapper_slideshow" & gt; & Lt; Div id = "div_slideshow" & gt; & Lt; / Div & gt; & Lt ;! - div id = "div_slideshow" end - & gt; & Lt; / Div & gt; & Lt ;! - div id = "div_wrapper_slideshow" end - & gt;    

You give your wrapper device a certain height - 275 px. So if the inside divisions are very large then it exits, you can use the overflow for other tasks.

Comments