Cambiar apariencia de un bot贸n en tabla
Hola. Por favor, sabr铆a alguien decirme c贸mo puedo hacer para que "Bot贸n" y "Bot贸n 1" (m谩s abajo presento el c贸digo de los botones por si quer茅is verlo)
que est谩n creados con una tabla se les pueda cambiar la apariencia igual que al bot贸n "Pulsar bot贸n" y que hagan el mismo efecto que 茅ste 煤ltimo(hundirse cuando se pulse). Lo he estado probando de distintas formas y no me funciona, no s茅
como hacerlo. Y que cuando se pulse en "Bot贸n" y "Bot贸n 1" aparte del efecto de hundirse vaya tambi茅n al enlace deseado (como ejemplo he puesto http://desarrolloweb.com).
Si algun@ de vosotros pudiera dec铆rmelo o que me haga el c贸digo le estar铆a muy agradecido.
Un saludo y gracias por adelantado.
Este es el c贸digo de "Bot贸n" y "Bot贸n 1":
<html>
<head>
<title>Botones</title>
</head>
<body>
<table border="0" width="20%" cellpadding="0" cellspacing="3" height="50" align="left">
<tr>
<td width="100%" valign="middle" align="center" bgcolor="#CC3300" height="35"
style="border-right-style: solid; border-bottom-style: outset">
<a href="http://desarrolloweb.com" target="principal">
<font face="Comic Sans MS" size="2"
color="#FFFFFF"><b>Bot贸n</b></font></a></td>
</tr>
<tr>
<td width="100%" valign="middle" align="center" bgcolor="#CC3300" height="35"
style="border-right-style: solid; border-bottom-style: outset">
<a href="http://desarrolloweb.com" target="principal">
<font face="Comic Sans MS" size="2"
color="#FFFFFF"><b>Bot贸n1</b></font></a></td>
</tr>
</table>
</body>
</html>
Este es el c贸digo de "Pulsar bot贸n":
<html>
<head>
<title>Botones</title>
</head>
<body>
<input type=button style="background:#FFFF5F;COLOR:#000000;FONT- family:tahoma,arial;
font-weight:bold;"value="Pulsar Bot贸n" onClick="javascript:popUp('http://desarrolloweb.com')">
</body>
</html>
No s茅 si habr谩 alguna manera de unir estos dos c贸digos o hay que hacerlo de otra forma.
que est谩n creados con una tabla se les pueda cambiar la apariencia igual que al bot贸n "Pulsar bot贸n" y que hagan el mismo efecto que 茅ste 煤ltimo(hundirse cuando se pulse). Lo he estado probando de distintas formas y no me funciona, no s茅
como hacerlo. Y que cuando se pulse en "Bot贸n" y "Bot贸n 1" aparte del efecto de hundirse vaya tambi茅n al enlace deseado (como ejemplo he puesto http://desarrolloweb.com).
Si algun@ de vosotros pudiera dec铆rmelo o que me haga el c贸digo le estar铆a muy agradecido.
Un saludo y gracias por adelantado.
Este es el c贸digo de "Bot贸n" y "Bot贸n 1":
<html>
<head>
<title>Botones</title>
</head>
<body>
<table border="0" width="20%" cellpadding="0" cellspacing="3" height="50" align="left">
<tr>
<td width="100%" valign="middle" align="center" bgcolor="#CC3300" height="35"
style="border-right-style: solid; border-bottom-style: outset">
<a href="http://desarrolloweb.com" target="principal">
<font face="Comic Sans MS" size="2"
color="#FFFFFF"><b>Bot贸n</b></font></a></td>
</tr>
<tr>
<td width="100%" valign="middle" align="center" bgcolor="#CC3300" height="35"
style="border-right-style: solid; border-bottom-style: outset">
<a href="http://desarrolloweb.com" target="principal">
<font face="Comic Sans MS" size="2"
color="#FFFFFF"><b>Bot贸n1</b></font></a></td>
</tr>
</table>
</body>
</html>
Este es el c贸digo de "Pulsar bot贸n":
<html>
<head>
<title>Botones</title>
</head>
<body>
<input type=button style="background:#FFFF5F;COLOR:#000000;FONT- family:tahoma,arial;
font-weight:bold;"value="Pulsar Bot贸n" onClick="javascript:popUp('http://desarrolloweb.com')">
</body>
</html>
No s茅 si habr谩 alguna manera de unir estos dos c贸digos o hay que hacerlo de otra forma.