Ciao, ho un problema con i link visitati: mi vengono sottolineati (le immagini) e con il colore di sfondo che ho dato a dei menu per i link testuali. Come posso fare per eliminare lo questo sui link visitati? Vi posto qui parte del codice...
body {
text-align: center;
background-color: #FFFFFF;
color: #000000;
font-size: small;
margin: 0px;
padding: 0px;
background-image: url(../Immagini_Web/Sfondi/sfondo_2500_blu_azz.jpg);
z-index: 1;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
h1 {
font-weight: bold;
}
table {
text-align: center;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 0px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
z-index: 10;
}
#Intestazione {
width: 780px;
height: 100px;
background-color: #FFFFFF;
color: #000000;
margin-top: 15px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
#link_top {
height: 18px;
width: 780px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
font-style: normal;
color: #FFFFFF;
margin-top: 10px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(../Immagini_Web/Sfondi/sfondo_780_link_top_grey.gif);
background-color: #010FA3;
}
#link_top a {
text-decoration: underline;
color: #FFFFFF;
background-color: #999999;
}
#menu_sx {
width: 150px;
background-color: #999999;
color: #FFFFFF;
height: auto;
min-height: 1040px;
font-weight: bold;
float: left;
}
#corpo_pagina {
background-color: #FFFFFF;
color: #000000;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #666666;
border-left-color: #666666;
height: auto;
min-height: 1040px;
width: auto;
margin-right: 151px;
margin-left: 151px;
padding-top: 10px;
}
#menu_dx {
width: 150px;
background-color: #FFFFFF;
color: #000000;
height: auto;
min-height: 1040px;
float: right;
}
#menu_dx a {
}
#footer {
width: 780px;
background-color: #999999;
font-size: x-small;
color: #FFFFFF;
clear: both;
text-align: center;
}
#content {
width: 780px;
position: relative;
height: auto;
background-image: url(../Immagini_Web/Sfondi/sfondo_content.jpg);
background-repeat: repeat-y;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
Grazie!![]()