I can’t make the background stretch for content. The strange thing is, it works with Internet Explorer, but not with Firefox.
I hope you just have to give you a link, since I don’t know where the problem is in the code, it would not make sense to publish all the code.
http://www.yiip.de/arbeit/testlayout/standard_template.html
try adding the following clearfix style to your wrappers
.clearfix:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; } .clearfix {display:block;}
You can also add overflow:hidden;in #shadow. This will clear the floats without putting extra markup in your html.
overflow:hidden;
#shadow
3 divs div . -
<br clear='both' />
div ( div).
Source: https://habr.com/ru/post/1710762/More articles:When running ls -l, why does the file size in the directory not match the du output? - linuxThe designation of the request for selecting an overload with an index - selectCreating a set of specific projects in TFS - tfsEndpoint Software Configuration vs. web / app.config - configurationCan cloud computing scale the backend? - cloudUSER_HOME для грааля в Windows - grailsValidating UPDATE and INSERT statements for the entire table - validationПреобразование классического пользовательского элемента управления ASP.NET в MVC - asp.net-mvcHow do I configure Emacs HTML mode to behave like the default HTML package TextMate? - htmlASP.NET DropDownList SelectedValue property not set immediately - drop-down-menuAll Articles