28172 sujets

CSS et mise en forme, CSS3

bonjour a tous,

j'ai un petit soucis : comme d'habitude le css fonctionne trsè bien sous ff mais bon sous ie c'est la misère...
comment faire?
- il n'aime pas le min-height
- il n'aime pas les input type image
- les potions de mes fenetres se font pas comme sur ff


merci!
Hum... Réengager le dialogue avec IE en lui offrant des fleurs pour la saint-valentin ?

Plus sérieusement: donner l'url d'une page en ligne illustrant les problèmes rencontrés.
mon site est en local ^^

PROB 1 :
en fait je lui dit que mon div doit faire au minimum 500px;
sous ff ok
sous ie il me prends la taille du contenu (donc vu que ya rien au debut il me colle le foot au menu ^^)


PROB 2 :
comment lui faire accepter un css sur un bouton car toujours pareil, sous ff le css affiche un truc et ie affiche un autre turc...


PROB 3 :
je voudrais en fait ca comme affichage :

div stagiaire div entreprise div agence
div assurance div tuteur
div periode
div horaires

mon code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Ge'stage</title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" type="text/css" href="style/style.css" />
   
  </head>
<body>
  <div id="conteneur">
    <div id="ban"></div> <!-- fin div ban -->
    <div id="menu"></div> <!-- fin div menu -->
    <div id="centre">
<?php
echo "\n<div id='onglet_form'>cnv</div>";
echo "\n<br/>";
/*****************************************************************/
echo "\n<div id='corps_cnv'>";
echo "\n<div id='head_cnv'>";
echo "\n<div id='head_top'>";
echo "\n<div id='stagiaire'>";
echo "\n<div id='sstitre1'>pro_etu</div>";
echo "\n </div> <!-- fin div stagiaire -->";

/*****************************************************************/
echo "\n<div id='entreprise'>";
echo "\n<div id='sstitre1'>pro_ent</div>";
echo "\n </div> <!-- fin div entreprise -->";

echo "\n<div id='agence'>";
echo "\n<div id='sstitre1'>agc</div>";
echo "\n </div> <!-- fin div agence -->";
echo "\n </div> <!-- fin div head_top -->";

echo "\n <div id='head_foot'>";

echo "\n <div id='assurance'>";
echo "\n <div id='sstitre1'>stg_ass</div>";
echo "\n </div> <!-- fin div assurance -->";

echo "\n<div id='tuteur'>";
echo "\n<div id='sstitre1'>pro_tut</div>";
echo "\n </div> <!-- fin div tuteur -->";

echo "\n </div> <!-- fin div head_foot -->";
echo "\n </div> <!-- fin div head_cnv -->";

/*****************************************************************/
echo "\n<div id='foot_cnv'>";
echo "\n<div id='periode'>"; 
echo "\n<div id='sstitre1'>per</div>";
echo "\n </div> <!-- fin div periode -->";

/*****************************************************************/
echo "\n<div id='horaires'>";  
echo "\n<div id='sstitre1'>cnv_hor</div>";
echo "\n </div> <!-- fin div horaires -->";
echo "\n </div> <!-- fin div foot_cnv -->";

echo "\n </div> <!-- fin div corps_cnv -->";

?>
hfhfhfhfhfhfghggggggggggggggggh
    </div> <!-- fin div centre -->
    <div id="foot">
      &copy LATOUR Alain 2008
    </div> <!-- fin div foot -->
    </div> <!-- fin div conteneur -->
  </body>
</html>


mon css:

#corps_cnv {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: Orange;*/
}
#head_cnv {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: Lime;*/
}
#foot_cnv {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: Silver;*/
}
#head_top {
	position: relative;
	background-color: Navy;*/
}
#head_foot {
	position: relative;
	clear: left;
	background-color: Purple;*/
}
#stagiaire {
	position: relative;
	background-color: Green;*/
}
#entreprise {
	position: relative;
	background-color: Aqua;*/
}
#agence {
	position: relative;
	background-color: Fuchsia;*/
}
#assurance {
	position: relative;
	background-color: Maroon;*/
}
#tuteur {
	position: relative;
	background-color: Gray;*/
}
#periode {
	position: relative;
	background-color: Teal;*/
}
#horaires {
	position: relative;
	background-color: yellow;*/
}
.tab_max_cnv {

}


or si j'en place deux le 3e part en c***** Smiley langue
désolé pour le css coller mais la suis super pressé donc j'ai pas remis les float... que j'avais mais ca marchait pas donc je pense que toi en deux sec ca ira ^^

merci beaucoup Smiley cligne