como justifico el texto verticalmente?
me refiero al menu.
quiero q el texto de los dos ultimos botones sea ajustado verticalmente como en el dibujo de abajo. no se si mi metodo esta bueno o no.
es q aprender mirando no vale nada, por eso prefiero hacerlo yo a mi manera y despues preguntarlo, y si hay una manera mejor, pues la aplico..
otra cosa es q no se si crear 5 div dentro de la div de menu fue buena idea.
tampoco se q si hay posibilidad de hacer cada una de 5 celdas autoajustable.
aqui yo le di a cada una de las celdas (mejor dicho DIVs) un tamaño fijo.
quiza mejor seria crear 5 botones y no 5 div?
y colocarlos dentro de la div de menu?
me refiero a los botones con titulo ya escrito encima etc.. y ponerles links
Cita:
********************<div style="background-image: url(img/menu-red-bar.jpg); background-repeat: no ;width:552px; height: 90px; float:left;">
<div class="Menu-Bar-Style" style="background:#DB3801; width:98px; height:35px; float:left; margin-top: 27px;">QUIENES <br> SOMOS</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:100px; height:35px; float:left; margin-top: 27px;">COMPRA <br> VENTA</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:104px; height:35px; float:left; margin-top: 27px;">SERVICIO <br> TECNICO</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:114px; height:35px; float:left; margin-top: 27px;">RECICLADO</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:136px; height:35px; float:left; margin-top: 27px;">COMPONENTES</div>
</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:98px; height:35px; float:left; margin-top: 27px;">QUIENES <br> SOMOS</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:100px; height:35px; float:left; margin-top: 27px;">COMPRA <br> VENTA</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:104px; height:35px; float:left; margin-top: 27px;">SERVICIO <br> TECNICO</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:114px; height:35px; float:left; margin-top: 27px;">RECICLADO</div>
<div class="Menu-Bar-Style" style="background:#DB3801; width:136px; height:35px; float:left; margin-top: 27px;">COMPONENTES</div>
</div>
Cita:
<style type="text/css">
*{margin:0px; padding:0px;}
body {
background-color: #252525;
}
.Menu-Bar-Style {
font-size: 13px;
color: #FFFFFF;
font-family: "Tahoma";
text-shadow: 1px 1px #000000;
}
</style>
*{margin:0px; padding:0px;}
body {
background-color: #252525;
}
.Menu-Bar-Style {
font-size: 13px;
color: #FFFFFF;
font-family: "Tahoma";
text-shadow: 1px 1px #000000;
}
</style>