Monkey Raptor

Thursday, June 13, 2013

Using One Button to Slide to Different Direction

This is a doodle to show background image using CSS, and simple 'sliding' effect using jQuery. The background image works on Firefox, Chrome, and other webkit browsers, and IE 10.

Friday, May 3, 2013

CSS: Basic Drop Down Menu

This is the basic of creating horizontal drop-down menu like mine above. You can use pure CSS or using the help of jQuery. The above static menu is using pure CSS (and some CSS3 fx). The floating menu above is also positioned using CSS. I just use little jQuery script to control the appearance.

Here's a little demo of the basic horizontal list, with some simple styling.