Hello,

this my page
http://www.independza.com/client/expay/index.html

I have a problem with the header on IE 6. Header goes to right side ;(

my code

<div id="header">
<ul>
   <li class="courant">ACCEUIL</li>
   <li>CHANGER VOTRE ARGENT</li>
   <li>DISTRIBUTEURS</li>
   <li>SITES MARCHANDS</li>
   <li>F.A.Q</li>
   <li>CONTACT</li></ul>
  <img class="milieu" src="images/anonyme.jpg" alt="flash" /><!--  -->
 <h1> <a href="http://www.expay.org"; title="Expay : La Révolution est
en marche"><span>Expay : La Révolution est en marche</span></a></h1>
</div>

/*  
----------------------------------------------------------------------------------------------------------------------------
/*  HEADER
/*  
----------------------------------------------------------------------------------------------------------------------------
*/
#header {
        background-image: url(../images/background_header);
        background-repeat: repeat;
        width: 100%;
        padding:0;
        height:199px;
        
 }

 #header h1 {
        height: 69px;
        background-image: url(../images/logo.gif);
        background-repeat: no-repeat;
        margin:20px 20px 0 20px;
        position:absolute;
        padding:0;
        width: 69px;
}

#header h1 span {
padding:0;
margin:0;
display: none;
}

 #header  ul {
        margin:45px 0 0 100px;
        padding:0px;
        display: inline;
        font-size:11px;
        color:#fff;
        float:right;
        position:absolute;
   }

 #header  ul li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 2px 15px 5px;
    list-style: none;
    display: inline;
        color : #fff;
   }

 #header  ul li.courant {
        background:#FFB300;
        color:#000;
        list-style: none;
        display: inline;
        font-weight: bold;
   }

.milieu {
        position:absolute;
        padding:0;
        margin:60px 0 0 20%;
        float:right;
}

Thanks for your help

Bolo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to