[os] Windows 7 - 64bit
Buongiorno , ho dei problemi a visualizzare su IE11 del codice CSS su una pagina html , il fatto è che su altri browser non rilevo il difetto (mozilla firefox , opera , chrome).
Il codice html:
codice:
<html>
<head>
<link href="or.css" rel="stylesheet" type="text/css">
</head>
<body>
<ul><table width="530" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="128"><a href="orizzontale.html">Home</a></td>
<td width="128"><a href="#news">News</a></td>
<td width="128"><a href="#contact">Contact</a></td>
<td width="172"><a href="#about">About</a></td>
</tr>
</table>
<p> </p>
</ul>
</body>
</html>
codice file CSS:
codice:
<style>
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li
{
float:left;
}
a:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover,a:active
{
background-color:#7A991A;
}
</style>
Senza nome.jpg
Volevo sapere se poteva essere un problema di codice ho un problema relativo all'os / browser, grazie.