NEED PHP Programmer - SMALL Job

Discussion in 'Programming' started by iamsgf, Mar 7, 2008.

  1. #1
    Hi I am looking for a PHP programmer to make a small change to the menu structure on one of my sites.

    the site is smartfm.co.uk. if you look at the current menu of the left, what I need is when you hoover over the 'Services' item then it expands to the right with a drop down of sub items.

    Here is the code that current controls that part:


    <td width="29"><img src="../images/menu_01.gif" width="29" height="124" border=0 alt=""></td>
    <td valign="top"><table width="125" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <?if ($title=="home") {?> <td class="menu">Home</td><?}
    else {?><td class="menu"><a href="/" class="menu">Home</a></td><?}?>
    </tr>
    <tr>
    <td style="background:url('../images/pix_lightblue.gif');"><img src="../images/b.gif" width="1" height="9" border=0 alt=""></td>
    </tr>
    <tr>
    <?if ($title=="about") {?> <td class="menu">About Us</td><?}
    else {?><td class="menu"><a href="/about/" class="menu">About Us</a></td><?}?>
    </tr>
    <tr>
    <td style="background:url('../images/pix_lightblue.gif');"><img src="../images/b.gif" width="1" height="9" border=0 alt=""></td>
    </tr>
    <tr>
    <?if ($title=="services") {?> <td class="menu">Services</td><?}
    else {?><td class="menu"><a href="/services/" class="menu">Services</a></td><?}?>
    </tr>
    <tr>
    <td style="background:url('../images/pix_lightblue.gif');"><img src="../images/b.gif" width="1" height="9" border=0 alt=""></td>
    </tr>
    <tr>
    <?if ($title=="fees") {?> <td class="menu">Fees</td><?}
    else {?><td class="menu"><a href="/fees/" class="menu">Fees</a></td><?}?>
    </tr>
    <tr>
    <td style="background:url('../images/pix_lightblue.gif');"><img src="../images/b.gif" width="1" height="9" border=0 alt=""></td>
    </tr>
    <tr>
    <?if ($title=="contact") {?> <td class="menu">Contact Us</td><?}
    else {?><td class="menu"><a href="/contact/" class="menu">Contact Us</a></td><?}?>
    </tr>
    <tr>
    <td style="background:url('../images/pix_lightblue.gif');"><img src="../images/b.gif" width="1" height="9" border=0 alt=""></td>
    </tr>
    <tr>
    <?if ($title=="links") {?> <td class="menu">Links</td><?}
    else {?><td class="menu"><a href="/links/" class="menu">Links</a></td><?}?>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td colspan="3" style="background:url('../images/bg_middle.gif');"><img src="../images/b.gif" width="1" height="30" border=0 alt=""></td>
    </tr>
    </table></td>


    PM me if you can do this.

    Thanks
     
    iamsgf, Mar 7, 2008 IP
  2. fosforito

    fosforito Peon

    Messages:
    234
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Seems like already done, am I right?
     
    fosforito, Mar 7, 2008 IP
  3. phptechie

    phptechie Well-Known Member

    Messages:
    885
    Likes Received:
    10
    Best Answers:
    2
    Trophy Points:
    165
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Hi,

    Post the details of the task you want to implement , so that I can give you an quote.
    Because your post does'nt seem to explain your requirements.

    Thanks.
     
    phptechie, Mar 7, 2008 IP