[jQuery] Applying fx to two adjacent elements (like opening blinds on a window)
Imagine an image, in the centre of a fixed width/height div, aligned
centrally on a page. It has a menu to either side, that are hidden
initially, but show on mouse over.
Illustrated in ASCII art (so better to view in a client using a monospace font).
---------------------------------
¦ ¦
¦ IMAGE ¦
¦ ¦
---------------------------------
Then when you mouse over it, a menu slides out to either side (DIV
size stays the same).
---------------------------------
¦ ¦
¦ <-M IMAGE M-> ¦
¦ ¦
---------------------------------
---------------------------------
¦ ¦
¦ <--Me IMAGE Me--> ¦
¦ ¦
---------------------------------
---------------------------------
¦ ¦
¦ <---Men IMAGE Men---> ¦
¦ ¦
---------------------------------
---------------------------------
¦ ¦
¦ <----Menu IMAGE Menu----> ¦
¦ ¦
---------------------------------
---------------------------------
¦ ¦
¦ Menu1 IMAGE Menu2 ¦
¦ ¦
---------------------------------
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/