Hi, Thanks for getting back to me.
I've since solved that problem and moved onto another one! I've got the animations to work but for some reason, there's a "pop" at the end of the animation. When the sub-menu first appears, it's the width of the text contained within it. It then "pops" out to the width I've defined in the CSS. It's like the <a> tag fades in first and then the background pops in. Any idea? On Sep 24, 4:43 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > The only issue I can imagine in this scenario is that you are > initialisingSuperfishbefore the HTML for the menu has been loaded > and injected into the DOM. Make sure you are putting theSuperfish > initialisation code in the callback of the function you are using to > dynamically load the XML, and after the code that injects the menu > into the DOM. > > Superfishis server-language agnostic. It doesn't care what you use on > the server, ie. PHP etc. > > Joel Birch.