When I zoom in (-) my web page ... some divs drop down and the page gets a messed look .
their dimensions don't decrease relatively ... donno why ...
I have cheeck other websites ... I zoom them to the very minimun and the divs keep fixed .
How can I fix this
Thanks in advance.
This is my css code of the mentioned divs :
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
Hello friends,
When I zoom in (-) my web page ... some divs drop down and the page gets a messed look . their dimensions don't decrease relatively ... donno why ... I have cheeck other websites ... I zoom them to the very minimun and the divs keep fixed .
How can I fix this Thanks in advance.
This is my css code of the mentioned divs : .cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
container {
content {
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; }
This the related html code:
sorry I donno what's wrong the code can't be posted properly