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. Link to comment https://forums.phpfreaks.com/topic/143735-css-menu/ Share on other sites More sharing options...
jelly_jam_jelly Posted February 4, 2009 Author Share Posted February 4, 2009 please help. :-( Link to comment https://forums.phpfreaks.com/topic/143735-css-menu/#findComment-754272 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! Link to comment https://forums.phpfreaks.com/topic/143735-css-menu/#findComment-754833 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. :-) Link to comment https://forums.phpfreaks.com/topic/143735-css-menu/#findComment-755202 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. Link to comment https://forums.phpfreaks.com/topic/143735-css-menu/#findComment-755608 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.