Hola, @pzin
Sigue apareciendo el mismo problema
Para que te des una idea de lo que necesito saber te voy a mostrar la hoja de estilos y el elemento html.
CSS
Código CSS:
Ver originaldiv#Pie
{
position: static;
width: 100%;
height: 100px;
float: left;
margin-top: 20px;
background-color: #6db3f2;
}
.Txt-Pie
{
margin-top: 10px;
margin-left: 10px;
color: #fff;
font-size: 12px;
}
.Txt-Pie-Descript
{
margin-top: 45px;
margin-left: 10px;
color: #fff;
font-size: 12px;
}
.Img-Pie-Img1
{
margin-top: 10px;
margin-right: 10px;
}
HTML
Código HTML:
<div id="Pie">
<p class="Txt-Pie">Texto1</p>
<p class="Txt-Pie-Descript">Texto2</p>
<a href="#" class="Img-Pie-Img1"><img src="IMAGEN" title=""/></a>
</div>
Espero que entiendas mi problema y puedas ayudarme