Questo è il codice

Codice PHP:
<style>
body {
background-color#ccc;
}

#container {
    
position:absolute;
    
top50%;
    
left50%;
    
width960px
    
height600px;
    
margin-left:-480px;
    
margin-top: -300px;
    
padding0;
    
background#fff;
    
border1px solid #999;
    
backgroundurl(gfx/sfondohome.gifno-repeat;
    
text-aligncenter;
}

ul {
    
width600px;
    
height30px;
    
margin540px 0 0 0;
    
padding0;
    list-
stylenone;
    
border1px solid #000;
}

li {
    
width100px;
    
text-aligncenter;
    
font-familyArialVerdanaHelveticaSuns;
    
font-size14px;
    
font-weightbold;
    
text-aligncenter;
    
floatleft;
    
padding0;
    
margin0;
}

{
    
text-decorationnone;
    
color#000;
}

a:hover {
    
color#999;
}

</
style>
</
head>

<
body>
<
div id="container">
    <
ul>
        [*][
url="index.php?l=it"]Italiano[/url]
        [*][
url="index.php?l=en"]English[/url]
        [*][
url="index.php?l=de"]Deutsch[/url]
        [*][
url="index.php?l=fr"]Fran&ccedil;ais[/url]
        [*][
url="index.php?l=es"]Espa&ntilde;ol[/url]
        [*][
url="index.php?l=rc"]ÖÐÎÄ[/url]
    [/list]
</
div
Con IE7 il contenuto dell'UL si vede al centro... con FF2 l'UL va a sinistra...

cosa devo fare? :master: