2
I am currently having a problem with my code because I need the images to be displayed on the screen but that they come from right to left. The default is we put the codes <img>
and they are going to display the images from left to right. Only I want when placing the codes <img>
images start to be displayed from right to left. I currently have the code:
CSS
#includeload {
height: 300px;
width: 100%;
}
#align-rodape {
position: absolute;
margin-top: 150px;
}
#pagina-projetos {
min-height: 100%;
display: none;
margin-top: 70px;
}
HTML structure
<div id="pagina-projetos">
<h1 class="page-header">Projetos</h1>
<div id="align-rodape" class="col-md-12">
<div class="image-row">
<div id="includeload" class="col-md-12"></div>
</div>
<a href="javascript:void(0);" id="submenu" page="comercial">Comercial</a> |
<a href="javascript:void(0);" id="submenu" page="industrial">Industrial</a> |
</div>
</div>
Could you make a small example in jsfiddle? I swear I’m trying hard, but I don’t understand what you’re trying to line up...
– Edgar Muniz Berlinck
http://jsfiddle.net/mxbwavdo/
– Alisson Acioli