Bonjour à tous,
J'ai refait tout le site web de mon chien en partant d'un template que j'ai trouvé sur le net.
Le problème, c'est que la page d'accueil ne s'affiche pas correctement sous IE (et encore, chez moi et sur l'ordi de ma mère cela marche...); le comble, c'est que c'est cette feuille de style là que j'ai le moins modifié par rapport a celles des autres pages.
Voilà le site: http://ceruleanblue.diboo.net
L'affichage doit se faire avec le bloc "bienvenue" situé sur la même ligne que le bloc "news"; les gens qui le voient mal sous IE le voient bien sur la partie gauche mais en dessous du bloc contact.
édit: a priori le problème viendrait de IE 6.0 et en dessous, mais sous 7.0 ça marche!
Voilà la feuille de style de cette page:
Merci à tous ceux qui essaieront de m'apporter de l'aide
Modifié par didou47 (28 May 2007 - 18:23)
J'ai refait tout le site web de mon chien en partant d'un template que j'ai trouvé sur le net.
Le problème, c'est que la page d'accueil ne s'affiche pas correctement sous IE (et encore, chez moi et sur l'ordi de ma mère cela marche...); le comble, c'est que c'est cette feuille de style là que j'ai le moins modifié par rapport a celles des autres pages.
Voilà le site: http://ceruleanblue.diboo.net
L'affichage doit se faire avec le bloc "bienvenue" situé sur la même ligne que le bloc "news"; les gens qui le voient mal sous IE le voient bien sur la partie gauche mais en dessous du bloc contact.
édit: a priori le problème viendrait de IE 6.0 et en dessous, mais sous 7.0 ça marche!
Voilà la feuille de style de cette page:
body {
background-color: #4096ee;
color:#666666;
font-family:Arial,Helv,sans-serif;
font-size:11px;
line-height: 1.4em;
margin:0;
padding:0;
}
a:link,a:visited {
color: #000;
font-weight:
bold; text-decoration:none;
}
a:hover {
color: #000;
text-decoration:underline;
}
.image {
float: left;
margin: 0 9px 0px 0;
}
.image2 {
float: right;
margin-left: 9px;
margin-top: 9px;
margin-bottom: 0px;
margin-right: 0px;
}
.content_title {
position: absolute;
padding-top: 9px;
padding-left: 17px;
font-size:14px;
margin-bottom: 0px;
font-weight:bold;
width: 467px;
color: #fff;
background: url(header.gif) no-repeat ;
height: 30px;
}
#content_title a, #content_title a:visited {
color: #FFF;
}
h3 {
margin-top: 0px;
padding-top: 9px;
padding-left: 17px;
font-size:14px;
color: #000;
margin-bottom: 0px;
background: url(rightheader.gif) no-repeat top left;
height: 30px;
}
#main_head {
font-size: 20px;
font-weight: bold;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 5px;
color: #fff;
height: 200px;
margin-top: 20px;
background: url(overallheader.png) no-repeat;
}
#logo {
padding-left: 260px;
height: 200px;
margin-left: 25px;
margin-right: 25px;
background: url(banniere.jpg) no-repeat ;
}
#heads {
width: 750px;
margin: 0px auto;
background-color: #4096ee;
color: #333;
line-height: 130%;
}
#center_width {
width: 710px;
margin: 0px auto;
color: #333;
}
#center {
width: 750px;
margin: 0px auto;
background: url(middle.gif) no-repeat;
color: #333;
}
#rt_content {
float: right;
width: 240px;
background: #FFF url(rightcontent.gif);
text-align:justify;
color: #ccc;
}
.lt_content {
margin-right: 240px;
width: 467px;
background: url(content.gif) top left;
text-align:justify;
}
.text {
padding: 39px 18px 25px 18px;
color: #000;
margin-bottom: 0px;
background: url(footer.gif) no-repeat left bottom;
}
.rt_footer {
padding: 0px 18px 25px 18px;
color: #000;
background: url(rightfooter.gif) no-repeat left bottom;
}
.footer {
clear: both;
text-align: center;
padding: 10px 0 10px 0;
margin-top: 20px;
background: url(overallfooter.gif) repeat-x ;
line-height: 1.8em;
}
.footer a { color: #000000; }
/*MENU*/
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;
}
#thicktabs li{
display: inline;
}
#thicktabs li a {
float: left;
color: black;
padding: 8px 11px;
text-decoration: none;
background: transparent url(bluebg.gif) top right no-repeat;
}
#thicktabs li a#leftmostitem{
border-left: 1px solid #7aa8cc;
margin-left: 125px; /*align menu*/
}
#thicktabs li a#rightmostitem{
border-right: 1px solid #d3bdbe;
background-position: top left;
}
#thicktabs li a:visited{
color: black;
}
#thicktabs li a:hover{
color: black;
background-image: url(bluebgover.gif);
}
p.iepara{
padding-top: 1em;
}
ul#thicktabs {
margin-top: 4px;
width: 704px;
margin-left: 1px;
margin-bottom: 4px;
border-right: 2px solid #6baef2;
text-decoration: none;
background: transparent url(menubar-bg.gif) top right repeat-x;
border-top: 2px solid #6baef2;
border-bottom: 2px solid #6baef2;
border-left: 2px solid #6baef2;
}
Merci à tous ceux qui essaieront de m'apporter de l'aide
Modifié par didou47 (28 May 2007 - 18:23)