Jump to content

Comment intégrer la fonction recherche dans le bandeau horizontale


Recommended Posts

Si mes souvenirs sont bon.
Regardez ce codes suivant qui sont défini ainsi sur le global.css de base.

/* block top search */
#header #search_block_top {
height: 28px;
width: 326px;
float: left;
}
#header #search_block_top p { padding: 0.9em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
float: left;
width: 0px;
height: 18px;
display: none;
}
#search_query { width: 8em; margin-top:0.2em; border:1px solid #A8A8A8; }
}


Cordialement,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...