Questo è il codice
Con IE7 il contenuto dell'UL si vede al centro... con FF2 l'UL va a sinistra...Codice PHP:<style>
body {
background-color: #ccc;
}
#container {
position:absolute;
top: 50%;
left: 50%;
width: 960px;
height: 600px;
margin-left:-480px;
margin-top: -300px;
padding: 0;
background: #fff;
border: 1px solid #999;
background: url(gfx/sfondohome.gif) no-repeat;
text-align: center;
}
ul {
width: 600px;
height: 30px;
margin: 540px 0 0 0;
padding: 0;
list-style: none;
border: 1px solid #000;
}
li {
width: 100px;
text-align: center;
font-family: Arial, Verdana, Helvetica, Suns;
font-size: 14px;
font-weight: bold;
text-align: center;
float: left;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
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çais[/url]
[*][url="index.php?l=es"]Español[/url]
[*][url="index.php?l=rc"]ÖÐÎÄ[/url]
[/list]
</div>
cosa devo fare? :master:

Rispondi quotando
