¿El contenido de la barra superior no se alinea perfectamente?
Frecuentes
Visto 22 veces
0
Basically I have a topbar on a page I'm creating with a fixed positioning. In this div is a container, an a/logo, and a ul. The a/logo is set to float to the left, and the ul is set to float to the right. For some reason, it appears like this: http://puu.sh/ZdS6 with the login button at the top of the bar. Here is my code, can anyone help fix it? http://jsfiddle.net/GPn6K/ ¡Gracias!
1 Respuestas
0
I do not completely understand your question. Do you want you button to be in the right middle? Then try adding the padding-top directly to the ul.
Respondido 27 ago 12, 06:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas vertical-alignment or haz tu propia pregunta.
Well adding a padding top wouldn't exactly be useful because it may appear different on different screen resolutions, I'd prefer a more "natural" way of doing it with a property that is meant to do just that. In simple terms, I want the logo and the "Login" button to be perfectly aligned with one another. - Richie
@Richie, "perfectly aligned" is a little abstract. Do you want both a logo and a button have equal top and bottom margins from the surrounding div? try looking into vertical-align property of css. - user1626711