javascript problem

AlainC.
AlainC.'s picture

Joined: 2006-11-13
Posts: 50
Posted: Sun, 2007-03-25 21:59

Hello Everybody,

I've integrated gallery2 in my website, using a "customized" version of the slider theme..
I've noticed that each time I'm selecting a new album, the menu on the left (javascript) stays completely "open" until the album is loaded, wich is not a very nice/smooth looking thing..
I reckon, it has something to do with the javascript I'm using for this navigation menu, but I'm not sure
I wonder if there're some tricks to avoid that?
Thanks for your help

Alain

PS: my website URL: http://www.onzeroadagain.org (it's happening in the Log Books section of the site)

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Sun, 2007-03-25 22:10

some javascript must run at the end to hide the menu items.. modify the menu system so the menu elements are rendered hidden by default, and only shown via javascript when you click.

 
AlainC.
AlainC.'s picture

Joined: 2006-11-13
Posts: 50
Posted: Sun, 2007-03-25 22:30

Ok, so now I have to find out how to do that...
lets go to google, before coming back and asking....
thanks, but I might come back to get some more information, I'm completely clueless with javascript...