Link to home
Start Free TrialLog in
Avatar of jbrashear72
jbrashear72

asked on

CSS layer wipe

Hey gang.

OK Here is what I am trying to do.

I have a menu that I want to hide in a layer.

When I click the show menu button I would like the layer to apear that has the menu in it..

This is the easy part.

What I want to happen is I would like ot to wipe onto the screen from the right hand side to there it goes.


I also want to hide button to do the same thein wipe it to the right to hide and the the show menu layer then shows up again..

Is there someone that can help me code this?
Avatar of VirusMinus
VirusMinus
Flag of Australia image

CSS can't do that.

DHTML / javascript is what will do the trick:
http://www.dyn-web.com/dhtml/wipes/tutorial/

Look at the example. The wipe effect is applied to div's

Second page has list of wipe effects including left to right and vice versa.
another eg: http://www.dyn-web.com/dhtml/wipes/tutorial/examples/wipe-ex2.html

So just call them with the onClick events of you show/hide menu button.
Avatar of jbrashear72
jbrashear72

ASKER

hmm I looked at the list it doesnt seem to have one that is in from the left.

I am still not understaning how to call it with a click.
ASKER CERTIFIED SOLUTION
Avatar of VirusMinus
VirusMinus
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the links mentioned are invalid! any other options?