Last change
on this file since 428 was 400, checked in by roby, 8 months ago |
-- Migliorata la gestione di operatori e responsabili
-- Nuovo tema BSItalia realizzato dal CED di Capo d'Orlando
-- Sistemata la funzione del widget privacy
-- Varie modifiche di allineamento oggetti
|
File size:
157 bytes
|
Rev | Line | |
---|
[400] | 1 | $(function(){
|
---|
| 2 | $("#nav>li").hover(
|
---|
| 3 | function(){$("ul",this).slideDown("slow");},
|
---|
| 4 | function(){$("ul",this).css({left:"-1px"}).slideUp("fast");});
|
---|
| 5 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.