Lazy loading and links
2004/12/22 15:29
Viewed 8072 times
Replies: 1/1

I have a large menu I'm trying to load (using the evaluation version) and I'm loading it using the lazy attribute. What I have noticed is none of the links work when I load it using lazy... when I switch back to non-lazy it works fine... is there anything special I need to do to make this work...

Re: Lazy loading and links
2005/04/29 17:11
Viewed 10492 times
Replies: 0/0
by tbo

Using the single site version, I have the same problem.
I'm placing my links like this:
<li><a href="/toerisme/brochures/nl">Brochures</a></li>
When I click on it, in IE i go to "about:blank/toerisme/brochures/nl" when the menu is in lazy mode, when it's not, then i go to http://www.mysite.com/toerisme/brochures/nl
It works great in firefox btw.
I need to place the links relative because when the user doesn't accept session_cookies, PHP only will add the SID to the relative urls.

last
Google