Aylmer Ran Posted February 23, 2012 Posted February 23, 2012 How can i move the category drop down menu on that top left to beside contact us. here's my code. header.php <td <?php echo $item_menu_01;?> nowrap="nowrap" onClick="document.location='<?php echo tep_href_link('index.php')?>'"><a><?php printf(BOX_MANUFACTURER_INFO_HOMEPAGE,"")?></a></td> <td class="menu_separator"><?php echo tep_image(DIR_WS_IMAGES.'menu_separator.gif')?></td> <td <?php echo $item_menu_02;?> nowrap="nowrap" onClick="document.location='<?php echo tep_href_link('about_us.php')?>'"><a><?php echo BOX_HEADING_ABOUT_US?></a></td> <td class="menu_separator"><?php echo tep_image(DIR_WS_IMAGES.'menu_separator.gif')?></td> <td <?php echo $item_menu_03;?> nowrap="nowrap" onClick="document.location='<?php echo tep_href_link('specials.php')?>'"><a><?php echo BOX_HEADING_SPECIALS?></a></td> <td class="menu_separator"><?php echo tep_image(DIR_WS_IMAGES.'menu_separator.gif')?></td> <td <?php echo $item_menu_04;?> nowrap="nowrap" onClick="document.location='<?php echo tep_href_link('contact_us.php')?>'"><a><?php echo BOX_HEADING_CONTACT_US?></a></td> <td class="menu_separator"><?php echo tep_image(DIR_WS_IMAGES.'menu_separator.gif')?></td> </tr> </table> </td> <td class="search"> <?php echo tep_draw_form('search',tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false),'get') ?> <table border="0" cellspacing="0" cellpadding="0" align="right" class="table"> <tr> <td class="search_input-rep"> <table cellpadding="0" cellspacing="0" border="0" class="search_input-left"> <tr><td class="search_input-right"><input type=text name="keywords" class="go" style="width:100%;" value="<?php echo INPUT_SEARCH?>" onblur="if(this.value=='') this.value='<?php echo INPUT_SEARCH?>'" onfocus="if(this.value =='<?php echo INPUT_SEARCH?>' ) this.value=''"></td></tr> </table> </td> <td> </td> <td class="search_button-rep"> <table cellpadding="0" cellspacing="0" border="0" class="search_button-left"> <tr><td class="search_button-right"><?php echo tep_image_submit('button_search_prod.gif', '', '')?></td></tr> </table> </td> </tr> </table></form>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.