- Registriert
- Dez. 2005
- Beiträge
- 40.139
Hmm,
ich stehe auf der Leitung aktuell
mit:
geht es immer noch nicht.
ich stehe auf der Leitung aktuell
mit:
HTML:
<script type="text/javascript">
$(document).ready( function()
("img").hover(
function() {
$("div.helloworld").hide();
$('.helloworld').css('background-image', '') )
},
function() {
$("div.helloworld").show();
}
});
</script>