Latest blog entry

Experiment with Sibling Selectors on hover states

03 May

For a while I was trying to figure out how to make a smooth highlight below a menu bar. For example of what a mean here is the dabblet.

I love this effect and could be used on other elements.

Let’s just go over how this made and the part the sibling selector plays.

(more…)

Using css3 transforms – pop out menu

15 Apr

pop-out menu using CSS3 transforms

So many things that you can do with CSS3 and it is really easy to get carried away. Just need to remember to keep it subtle. I contiune to experiment this time with transforms using them for a pop out effect on a menu.

(more…)