Mogler
Mitglied
hi,
hier der style.
hatte aber probleme mit dem pc IE, der das bild immer wieder nachgeladen hat und nicht von anfang an darstellte.
das bild war so 3d-bevel ding.
.nav:link {
text-decoration: none;
background-image: url(../gfx/inactive.gif);
background-repeat: repeat-x;
}
.nav:visited {
text-decoration: none;
background-image: url(../gfx/inactive.gif);
background-repeat: repeat-x;
}
.nav:hover {
text-decoration: none;
color: black;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}
.nav:active {
text-decoration: none;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}
.nav:focus {
text-decoration: none;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}
hier der style.
hatte aber probleme mit dem pc IE, der das bild immer wieder nachgeladen hat und nicht von anfang an darstellte.
das bild war so 3d-bevel ding.
.nav:link {
text-decoration: none;
background-image: url(../gfx/inactive.gif);
background-repeat: repeat-x;
}
.nav:visited {
text-decoration: none;
background-image: url(../gfx/inactive.gif);
background-repeat: repeat-x;
}
.nav:hover {
text-decoration: none;
color: black;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}
.nav:active {
text-decoration: none;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}
.nav:focus {
text-decoration: none;
background-image: url(../gfx/active.gif);
background-repeat: repeat-x;
}