Bonjour,
Je refais le petit bandeau de mon site mais j'ai un petit problème de marges sous Internet Explorer (sous ff aucun problème). Pitite image qui en dira plus qu'un long discours je crois
.
http://www.yazerty.net/misc/bug-ie-marges.jpg
Je ne vois pas du tout d'où ça peut venir car tous mes margin et padding sont à 0
...
http://www.yazerty.net/themes/yazerty/style.css
http://www.yazerty.net/
Ah et puis mon "vertical-align: middle;" ne marche pas, est-elle mal mise en place ??
Est-ce que vous pourriez m'aider à résoudre ces 2 petits problèmes svp ?
Modifié par Yazerty (04 Jun 2005 - 19:14)
Je refais le petit bandeau de mon site mais j'ai un petit problème de marges sous Internet Explorer (sous ff aucun problème). Pitite image qui en dira plus qu'un long discours je crois

http://www.yazerty.net/misc/bug-ie-marges.jpg
Je ne vois pas du tout d'où ça peut venir car tous mes margin et padding sont à 0

http://www.yazerty.net/themes/yazerty/style.css
body {
color: black;
background-color: #eee;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
font-size: 73%; /* Enables font size scaling in MSIE */
margin: 0;
padding: 0;
min-width: 720px;
}
(...)
/* ##### Header ##### */
#header {
margin: 0;
padding: 0;
}
#leftHeader {
width: 20%;
height: 60px;
float: left;
clear: left;
background: #ddd;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #ccc;
}
#leftHeader a {
color: #454a5f;
text-decoration: none;
font-size: 2em;
font-weight: bold;
font-style: italic;
}
#rightHeader {
width: 20%;
height: 60px;
float: right;
clear: right;
background: #ddd url(../../images/topain-ninja.gif) no-repeat center;
border-bottom: 1px solid #ccc;
}
#centralHeader {
height: 60px;
width: 80%
color: black;
background: #ddd;
margin: 0 20% 0 20%;
border-bottom: 1px solid #ccc;
}
http://www.yazerty.net/
<div id="header">
<div id="side-bar">
<div id="leftHeader">
<div id="titre">
<a href="<?php dcInfo('url'); ?>"><?php dcInfo(); ?></a>
</div>
</div>
<div id="rightHeader">
<div id="topain">
</div>
</div>
</div>
<div id="centralHeader">
</div>
</div>
Ah et puis mon "vertical-align: middle;" ne marche pas, est-elle mal mise en place ??
Est-ce que vous pourriez m'aider à résoudre ces 2 petits problèmes svp ?
Modifié par Yazerty (04 Jun 2005 - 19:14)