flash-sod Posted April 15, 2007 Share Posted April 15, 2007 Hi, Can someone help me with making some pop up menus? I am using Dreamweaver and Photoshop and have made my site, I have made a navigation bar based on the image rollover links. Though I would like it if when I hovered over the links a popup menu would come up with more links. Here is the site – www.sodtest.ultimate-mods.com any tutorials or advice would be great. Thanks a lot! Here is the code so far > <table width="832" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="200" background="images/bleft.png"></td> <td width="55" ><a href="home.php" target="main"><img src="images/home.png" hsrc="images/homer.png" border="0"></a></td> <td width="55" ><a href="home.php" target="main"><img src="images/server.png" width="55" height="24" border="0" hsrc="images/serverr.png"></a></td> <td width="55" height="24" ><a href="home.php" target="main"><img src="images/stats.png" width="55" height="24" border="0" hsrc="images/statsr.png"></a></td> <td width="85" height="24"><a href="home.php" target="main"><img src="images/ts.png" width="85" height="24" border="0" hsrc="images/tsr.png"></a></td> <td width="59" height="24"><a href="matches.php"><img src="images/about.png" hsrc="images/aboutr.png" border="0"></a></td> <td width="65" height="24"><a href="roster.htm" target="main"><img src="images/roster.png" hsrc="images/rosterr.png" border="0"></a></td> <td width="64" height="24"><a href="/forums/" target="main"><img src="images/forums.png" hsrc="images/forumsr.png" border="0"></a></td> <td width="47" height="24"><a href="join.php" target="main"><img src="images/join.png" hsrc="images/joinr.png" border="0"></a></td> <td width="85" height="24" ><a href="challenge.php" target="main"><img src="images/challenge.png" hsrc="images/challenger.png" border="0"></a></td> <td width="62" height="24" background="images/bright.png"></td> </table> Quote Link to comment https://forums.phpfreaks.com/topic/47100-menuspopup-menus/ Share on other sites More sharing options...
PC Nerd Posted April 15, 2007 Share Posted April 15, 2007 its javascript your after itd be somethign like onMouserover("files or whatever"); gdlk Quote Link to comment https://forums.phpfreaks.com/topic/47100-menuspopup-menus/#findComment-229733 Share on other sites More sharing options...
flash-sod Posted April 15, 2007 Author Share Posted April 15, 2007 Ok thanks i will do some reasearch. Though to save time has anyone got a tutorial or somthing? because i dont know exactly what im looking for? thanks again Flash Quote Link to comment https://forums.phpfreaks.com/topic/47100-menuspopup-menus/#findComment-229735 Share on other sites More sharing options...
dwees Posted April 15, 2007 Share Posted April 15, 2007 My suggestion is convert your menus from using tables for layout and look up the 'Son of Suckerfish' menu structure. It works remarkable well. You can then have the same background images as you do now, but you can have those nice drop-down menus that everyone always likes. Basically the 'Son of Suckerfish' menu drop-downs use CSS for browsers that like that kind of stuff, and JavaScript for Internet Explorer. Dave Quote Link to comment https://forums.phpfreaks.com/topic/47100-menuspopup-menus/#findComment-229875 Share on other sites More sharing options...
flash-sod Posted April 16, 2007 Author Share Posted April 16, 2007 Great thanks m8!! Quote Link to comment https://forums.phpfreaks.com/topic/47100-menuspopup-menus/#findComment-230482 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.