krick13 | j'ai résolu quelque probleme en rajoutant les balises html et meta que j'avais oublier ^^ mais je n'ai pas de background sur IE tjs. je pense que le probleme vient plutot de ma page css, voici le code : Code :
- <!--
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
- BODY { font: 14 Times New Roman, Times, serif;
- color : #000000;
- background : url(images/bg_body.jpg) scroll ;
- SCROLLBAR-FACE-COLOR: ; SCROLLBAR-HIGHLIGHT-COLOR: ; SCROLLBAR-SHADOW-COLOR: ; SCROLLBAR-3DLIGHT-COLOR: ; SCROLLBAR-ARROW-COLOR: ; SCROLLBAR-TRACK-COLOR: ; SCROLLBAR-DARKSHADOW-COLOR: ;}
- P {
- font-size : 14;
- font-family : Times New Roman, Times, serif;
- color : #000000;
- text-align : justify;
- margin : 2;
- }
- A {
- color:#000000;
- font: 4486a9 Times New Roman, Times, serif ;
- text-decoration:none;
- }
- A:hover {
- color:#CC0000;
- font: 14 Times New Roman, Times, serif ;
- font-style:italic ;
- text-decoration:none;
- }
- }
- A:visited {
- color:#FF0000;
- font: 14 Times New Roman, Times, serif ;
- text-decoration:none;
- }
- TEXTAREA {
- FONT-SIZE: 14; FONT-FAMILY: Times New Roman, Times, serif; BACKGROUND-COLOR:; border-style: none;
- }
- INPUT {
- FONT-SIZE: 14; FONT-FAMILY: Times New Roman, Times, serif; background-color: ; border-style:none}
- SELECT {
- FONT-SIZE: 14; FONT-FAMILY: Times New Roman, Times, serif; BACKGROUND-COLOR: ; border-style: none; }
- DIV#Include
- {
- text-align:justify;
- position: relative;
- left: 50%;
- margin-left: -500px;
- /*dimension de ton cadre*/
- width:1000px;
- height:1000px;
- /*background*/
- background-image:url('images/bg_header.png');
- background-repeat:no-repeat;
- }
|
Message édité par krick13 le 26-02-2009 à 14:47:03
|