- Registriert
- 18.10.06
- Beiträge
- 489
Hallo. Ich bin gerade dabei Css zu lernen und hab eine Frage. Ich habe ul, li so formatiert:
ul {
list-style: none;
margin: 1;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10 px;
color: #000000;
}
li {
text-align:center;
background:url("images/li-bg.png") repeat-x;
padding-top:5px;
padding-bottom:7px;
padding-left:7px;
padding-right:7px;
}
Zwischen den li-tags stehen die Links. Nun möchte ich das, wenn man über den Link fährt, sich background:url("images/li-bg.png") repeat-x; in background:url("images/li-bg-active.png") repeat-x; ändert. Geht das? Wenn ja, wie?
ul {
list-style: none;
margin: 1;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10 px;
color: #000000;
}
li {
text-align:center;
background:url("images/li-bg.png") repeat-x;
padding-top:5px;
padding-bottom:7px;
padding-left:7px;
padding-right:7px;
}
Zwischen den li-tags stehen die Links. Nun möchte ich das, wenn man über den Link fährt, sich background:url("images/li-bg.png") repeat-x; in background:url("images/li-bg-active.png") repeat-x; ändert. Geht das? Wenn ja, wie?