Przepraszam ale coś mi nie wychodzi...
Możesz mi to edytować?
Kod całej tabeli:<div id="Layer3" style="position:absolute; left:442px; top:393px; width:272px; height:442px; z-index:3; visibility: visible;"><br> <table width="273" height="200" border="0" background="img/MENUto2.PNG"> <td height="30" background="img/MENU.jpg"><span class="style27 styl2 style28"> NAWIGACJA
</span></td> <td valign="top"><p><a href="index.php"><img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27"></a></p> <p><a href="index.php"><img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27"></a></p> <p><a href="index.php"><img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27"></a></p> <p><a href="index.php"><img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27"></a></p> </td>
Kod tabelki z nieudanym przyciskiem:
<img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27" onMouseOver="MM_swapImage('bez nazwy <img>','','przyciski/stronaglowna1.PNG',1)" onMouseOut="MM_swapImgRestore()">
Kod obrazka:<img src="przyciski/stronaglowna.png" width="170" height="20" border="0" align="bottom" class="style27">
style.css@charset "utf-8";
/* CSS Document */
#button_1
{
background:url(przyciski/stronaglowna.png);
width: 170px; //szerokośc buttona
height: 20px; //wyskokość buttona
}
#button_1:hover
{
background:url(przyciski/stronaglowna1.png);
}