nuevoenesto Posted September 23, 2012 Share Posted September 23, 2012 Hola Estoy haciendo pruebas con la V 1.5.0 y me situa la casilla de busqueda rápida y su botón, justo encima del logo ¿como hacer que se situe a la derecha de la página? El código es este, si doy valor a left no ocurre nada #search_block_top { left: 0; position: absolute; top: 44px; } #search_block_top p { padding: 0; } #search_block_top #search_query_top { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: url("img/bg_search_input.png") repeat-x scroll 0 0 #FFFFFF; border-bottom: 5px solid #666666; border-image: none; border-left: 5px solid #666666; border-right: 0 none !important; border-top: 1px solid #666666; color: #666666; float: left; height: 23px; padding: 0 5px; width: 300px; } #search_block_top .button { background: url("img/bg_search_submit.png") repeat-x scroll 0 0 #101010; border: medium none; border-radius: 0 0 0 0; color: #FFFFFF; float: left; height: 25px; text-transform: uppercase; } Link to comment Share on other sites More sharing options...
Recommended Posts