Jump to content

(resolu) <merci Peha> template


joany
 Share

Recommended Posts

As tu essayé de voir avec firebug les éléments concernés par la modif ?
Ils sont contenus dans

ce qui correspond à #header dans global.css
id correspond à # en css.

le placement des blocs peut être géré de différentes manières.
notamment dans ce cas grâce à l'attribut float qui peut être réglé sur left, right, ou none.

Share this post


Link to post
Share on other sites

ola peha

voila mon souci est que j'ai bien mi droite , et il y va pas :(

ligne 794

/* block top search */
#header #search_block_top {
background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right;
height: 28px;
width: 330px;
float: left;
}
#header #search_block_top p { padding: 0.4em 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: 19px;
height: 18px;
display: block;
}
#header #search_block_top input#search_query { width: 12em; }

/* block left column "Quick search" */
#search_block_left input {
margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
width: 11em;
}
#search_button {
display: inline;




ligne 2031


/* Printable version */
@media print {
div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
display:none;


tous les search que j'ai trouvé

Share this post


Link to post
Share on other sites

heu... je lis dans ton code :

#header #search_block_top {
background: #e5e6e7 url(’../img/block_search_bg.jpg’) no-repeat top right;
height: 28px;
width: 330px;
float: left;
}


"left" c'est "gauche" il me semble...

;)


> de plus, #header #search_block_top { ... } ne concerne que la barre de recherche,
alors que #header { ... } concerne l'ensemble du bloc que tu souhaites placer à droite.

Share this post


Link to post
Share on other sites

re peha deja un grand merci pour ta patience et tes explication

j'ai tous mi a right

/* block top search */
#header #search_block_top {
background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right;
height: 28px;
width: 330px;
float: right;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:right; }
#header #search_block_top label {
background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
float: right;
width: 19px;
height: 18px;
display: block;
}
#header #search_block_top input#search_query { width: 12em; }

/* block left column "Quick search" */
#search_block_right input {
margin: 2px 0px 0px 0px;
}
#search_block_right #search_query {
width: 11em;
}
#search_button {
display: inline;

et elle a pas bougé :(

ps merde un des truc que j'ai touché je devai pas , car sa ma deformé un bou :(

Share this post


Link to post
Share on other sites

_ essaye de mettre un peu en forme ton code, pour plus de lisibilité.

tu ne fais pas les modifications sur le bon bloc.
cherche dans global.css la ligne

#header {

}



_ il ne s'agit pas de "tout mettre à right" mais simplement l'attribut (float) du bloc voulu (#header).

Share this post


Link to post
Share on other sites

tu es un chef

merci merci merci

bon tag a pri la place domage , mais c'est quand meme plus simpa comme sa , je chercherai pour prendre toute la place que tag monte pas a coté

encore un grand merci

5454_VKHI0msPqoac8b6VpSgM_t

Share this post


Link to post
Share on other sites

  • 8 months later...

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
 Share

×
×
  • Create New...

Important Information

Cookies ensure the smooth running of our services. Using these, you accept the use of cookies. Learn More