Jump to content

Pb affichage sous IE


Recommended Posts

Bonjour à tous,

j'ai fini de créer mon thème, il s'affiche nickel sur tous les navigateurs, sauf...... IE 9....

j'ai pas testé sous les versions antérieurs d'IE, mais je suppose que ça va donner pareil....

Voici mon site, si vous voyez d'où ça peut venir, ce serait super sympa, car je désespère un peu là...

ce qui ne va pas, c'est la barre de recherche décalée à droite, les colonnes elles aussi décalées et surtout les icônes de langues qui ont disparu.

Merci d'avance pour vos avis éclairés!

Link to comment
Share on other sites

  • 2 weeks later...

UP!

j'ai pu avancer un peu, mais j'ai toujours un problème de décalage sous IE.

En effet, la barre de recherche de mon site est complètement décalée à droite, alors que c'est nickel sous Firefox, Chrome, Opera et Safari...

Voici le code du fichier blocksearch.css :

 

#search_block_top {

/*border-color: black;

border-style: solid;

border-width: 1px;*/

list-style-type: none;

position: relative; left: 676px; top:-78px;

/*position: relative; left: 45em; top:-5em;*/

margin: 0 0 0 0

/*float: right;*/

/*background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right;*/

/*background: transparent url('../../../img/block_search_bg.jpg') no-repeat top right;*/

background: transparent ;

margin-bottom: 0px;

width: 350px;

height: 15px

}

#search_block_top p

{

/* border-color: black;

border-style: solid;

border-width: 1px;*/

/*padding: 0.4em 0 0.4em 1em*/

padding: 0.4em 2.5em 1em 2em

}

#search_block_top label, #search_block_top input

{

/*border-color: black;

border-style: solid;

border-width: 1px;*/

float: left

}

 

#search_block_top label {

border-color: black;

border-style: solid;

border-width: 0px;

/*position: relative; left: -15px; top:18px;*/

position: relative; left: -1.2em; top:2.5em;

/*background: transparent url('../../../img/icon/search.gif') no-repeat 0 2px;*/

display: inline;

float: left;

/*width: 19px;*/

width: 170px;

height: 18px;

}

 

#search_block_top input.search_query { width: 12em }

 

 

/* block left column "Quick search" */

#search_block_left input { margin: 2px 0 0 0 }

#search_block_left .search_query { width: 11em }

#search_button { display: inline }

 

Merci de votre aide!!!

Arnaud

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...