Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Floats problem Re: Floats problem

#122551
bastunqk
Participant

Here it is the basic html:


Video is here
text text text


Video is here
text text text



and the css:

#leftReoportaji {
padding: 0;
width: 50%;
float:left;
border-right: 3px solid black;

}

#rightReportaji {
padding: 0;
width: 48%;
float: right;
}
/*Inner video*/
.allVideo {
float: left;
clear: both;
padding: 5px;
}

#wholee {
border: 3px solid black;
}

.clearfixx:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}