jelly_jam_jelly Posted February 4, 2009 Share Posted February 4, 2009 Hi guys, I would like to create a css menu that goes something like this one: I'm planning to put a mouse hover effect on my menu. I don't want to use any images because I would like to save some bandwidth. I would like to achieve a hover effect solely based in css. From those items above, once that the user clicked a particular item like for example the item 3, the Javascript will trigger a function like msg() function (for example) to show a dialogue box that the user clicked the item 3, please refer below: A clicked item from the menu will return a Bold property like what we could see above and then show a dialogue box. Hope that someone could help me, I am very excited to put this kind of menu on my website. Thanks Php Freaks. Quote Link to comment Share on other sites More sharing options...
jelly_jam_jelly Posted February 4, 2009 Author Share Posted February 4, 2009 please help. :-( Quote Link to comment Share on other sites More sharing options...
haku Posted February 4, 2009 Share Posted February 4, 2009 We can't answer a question that wasn't asked! Quote Link to comment Share on other sites More sharing options...
jelly_jam_jelly Posted February 5, 2009 Author Share Posted February 5, 2009 We can't answer a question that wasn't asked! Sir/Madam, where can I start?hope that you could help me. thank you. :-) Quote Link to comment Share on other sites More sharing options...
haku Posted February 6, 2009 Share Posted February 6, 2009 For the rollover effects, you want to use CSS :hover. For the bold on click, you want to use CSS :active. And for the javascript popup, you want to use the javascript function alert(). That's enough info to get you going on google. This is all basic stuff with a million tutorials out there for you to use. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.