tags:

views:

20

answers:

2

Looking to implement a solution on a web application but don't know if it is possible. If clicked the menu would take you to the full page with slide(Left to right / right to left). slide looks like iPhone Application.

Doe's anyone know of a solution to this problem?

A: 

You can look up Javascript Sliding Panel. Or Javascript Sliding Panels using generic animation.

kervin
A: 

You can use the built in JQuery effect Slide:

http://docs.jquery.com/UI/Effects/Slide

You can then slide in a panel which is preloaded or loaded through Ajax.

Rody van Sambeek