Home › Forums › CSS › Floats problem › Re: Floats problem
January 28, 2013 at 7:59 am
#122551
Participant
Here it is the basic html:
Video is here
text text text
text text text
Video is here
text text text
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;
}