sto impazzendo!!!
qui Moo.fx, come si utilizza? - Free Dance ho trovato una guida bella bella per fare la lista pero come per novità non funziona!!!!
c'è qualche anima buona che mi puo guardare se ho fatto qualke errore??
eco il codice del mio sito (in rosso le parti modificate/aggiunte) e qui il sito www.in-visibile.it
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>in-visibile.it HOME</title>
<script type="text/javascript" src="prototype.lite.js"></script>
<script type="text/javascript" src="moo.fx.js"></script>
<script type="text/javascript" src="moo.fx.pack.js"></script>
<script type="text/javascript">
var myEffect;
function init() {
myEffect = new fx.Height('sottocategoria' , { duration: 500 });
}
window.onload = function() { init(); }
</script>
<style>
<!--
#apDiv1 {
position:absolute;
left:663px;
top:126px;
width:346px;
height:184px;
z-index:1;
visibility: visible;
}
#apDiv2 {
position:absolute;
left:465px;
top:441px;
width:175px;
height:126px;
z-index:2;
}
#sottocategoria {
height: 0px;
}
-->
img{border:0;}
</style>
<link href="css1.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Stile1 {
font-size: 25px;
}
-->
</style>
</head>
<body>
<div id="apDiv1">
[img]immagini_sito/invisibile.jpg[/img]
</p>
<ul id="globalNav">
[*]<span class="Stile1">blog
[*]<span class="Stile1">contatti
<ul id="sottocategoria">[*]francesco@in-visibile.it[/list]
[*]<span class="Stile1">download
[*]<span class="Stile1">link
[/list]
</div>
<div id="apDiv2">[img]immagini_sito/quadrati.jpg[/img]</div>
</body>
</html>