Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Table su map

Parašė stygis· 2008 Gru. 23 23:12:01
#1

<head>
<title>Stygio Dirbtuvės</title>
</head>
<body bgcolor="#000">
<ceneter><table width="800" height="600" border="0" align="top" background="bg.png">
<img src="bg.png" border="0" usemap="#Map">
  <map name="Map" id="Map">
  <area shape="rect" coords="145,261,202,289" href="index.php" />
  <area shape="rect" coords="202,261,257,289" href="darbai.php" />
  <area shape="rect" coords="259,261,313,289" href="istorija.php" />
  <area shape="rect" coords="360,130,579,214" href="index.php" />
</map>
<tr>
    <td width="141" height="206">&nbsp;</td>
    <td width="203">&nbsp;</td>
    <td width="369">&nbsp;<br><br><br><br><br><br><br><br>aaaaaaaaaa</td>
    <td width="191">&nbsp;</td>
  </tr>
  <tr>
    <td height="45">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>

  <tr>
    <td height="43">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table></center>
</body>





Kaip taip padarau viskas buna gerai bet nesimato tekstas kury rasau table tada bandau redaguoti taip

<table width="800" height="600" border="0" align="top" background="bg.png">
<img src="bg.png" border="0" usemap="#Map">

  <map name="Map" id="Map">
  <area shape="rect" coords="145,261,202,289" href="index.php" />
  <area shape="rect" coords="202,261,257,289" href="darbai.php" />
  <area shape="rect" coords="259,261,313,289" href="istorija.php" />
  <area shape="rect" coords="360,130,579,214" href="index.php" />
</map>




Pakeiciu y sita

<table width="800" height="600" border="0" align="top" background="bg.png" usemap="#Map">
  <map name="Map" id="Map">
  <area shape="rect" coords="145,261,202,289" href="index.php" />
  <area shape="rect" coords="202,261,257,289" href="darbai.php" />
  <area shape="rect" coords="259,261,313,289" href="istorija.php" />
  <area shape="rect" coords="360,130,579,214" href="index.php" />
</map>




bet tada pasidaro neaktyvus mygtukai t.y. <area shape="rect" coords="145,261,202,289" href="index.php" /> jie tiesiog pradingsta ir savo kordinatese nereguoja kodel kur problema ka daryti ? :?