Bitcoin Forum

Economy => Marketplace => Topic started by: Bimmerhead on March 26, 2011, 04:29:55 PM



Title: need WordPress html/CSS menu help, paying BTC
Post by: Bimmerhead on March 26, 2011, 04:29:55 PM
I like the way the menu on this site works: http://www.plutinogroup.com/

Just the hover->reveal sub-menu action, not the behaviour after that when you go to a sub page.

I'd like that functionality for a WordPress site I'm building.  Does anyone know of an existing plugin, or could build that functionality for me?



Title: Re: need WordPress html/CSS menu help, paying BTC
Post by: jamesb on March 26, 2011, 07:03:10 PM
This uses flash but you can do it in HTML5 and with CSS if you want to. Changing the color when the mouse is hover is easy and the opening box under the link is not very hard. You could use JQuery to make your life easier: animation, fading, event are basic stuff with it.

About including it in WordPress I don't know it very well. I work with HTML standard in general but I think I can make it if the code isn't that messy.