Jump to content

menus/popup menus


flash-sod

Recommended Posts

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>

 

Link to comment
https://forums.phpfreaks.com/topic/47100-menuspopup-menus/
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/47100-menuspopup-menus/#findComment-229875
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.