
het volgende heb ik in mijn css staan. Maar als ik de bij mijn provider op de server zet vind die de .gif bestand niet meer
#mainlevel:link, a.mainlevel:visited {
background-image: url(naktief.gif); background-repeat: no-repeat;
height: 10px;
width: 110px;
font-size: 14px;
font-weight: bolder;
color: white;
padding-top: 4px;
padding-left: 16px;
font-family: Comic Sans MS;
text-decoration: none;
border-bottom:3px solid silver;}
#mainlevel:hover { background-position: background-image: url(naktief.gif); background-repeat: no-repeat; color: yellow; }
#mainlevel:active {background-position: background-image: url(naktief.gif); background-repeat: no-repeat; color: green; }
wie kan mij helpen