rusht Posted June 3, 2005 Report Share Posted June 3, 2005 Hallo ! Nun versuche ich schon seit geraumer Zeit eine Men?leiste zu basteln. Aus diesem Grund habe ich mir eine Grafik gebastelt und diese will ich dann mit Hilfe von dem Befehl "coords" in Sensitive Schaltfl?chen aufteilen. Leider ist mir das noch nicht gelungen vielleicht hat ja jemand einen Tipp f?r mich. Hier noch den Code: <table width="800" border="0" cellspacing="0" cellpadding="0"align="center"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <map name="oberesmenue" <area alt="Login" shape=rect coords="343,1,410,18" href="login.php"> <area alt="Mein Konto" shape=rect coords="420,1,520,18" href="account.php"> <area alt="Warenkorb" shape=rect coords="529,1,627,18" href="shopping_cart.php"> <area alt="Home" shape=rect coords="273,1,333,18" href="index.php"> </map> </td> </tr> <tr> <td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #ff9900;"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td bgcolor="#FFFF99" class="main">{$navtrail}</td> <td align="right" bgcolor="#FFFF99" class="main">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}{if $account}{#link_account#} | {/if}{#link_cart#} | {#link_checkout#}</td> </tr> </table></td> </tr> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.