Ciao,
ho un problema con un Ticker di notizie.
Ho scaricato il file: http://javascript.html.it/script/ved...er-di-notizie/
Lo modifico ed lascio questo codice.
lo devo includere nella mia pagina. Il sito è creato con Wordpress. Lo script funziona pero' mi spagina tutto e cambia lo sfondo del sito.Codice PHP:
<link href="styles/style.css?v=2010-06-25" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="includes/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('#js-news').ticker();
});
</script>
<body>
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<li class="news-item">New updates have been made to jQuery news ticker! Check below for more details!
<li class="news-item">jQuery news ticker is now compatible with jQuery 1.3.2! See below for further details and for latest download.
<li class="news-item">Further updates to jQuery news ticker are coming soon!
[/list]
</div>
Come posso risolvere?
Grazie
Ryan