![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/12/2007, 20:24
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 3
Antigüedad: 17 años, 2 meses Puntos: 0 | |
Re: porqué no funciona el código? ya tengo avances tengo algunos avances:
<style type="text/css">
<!--
#main li { margin-left: -2.5em; list-style: square inside; }
#indices { width: 438px; }
#<?php the_imgname(); ?> { display: none; z-index: auto; left: 130px; top: 60px; position: absolute; border: thick solid black; }
-->
</style>
<form name="aaa" method="POST">
<script type="text/JavaScript">
<!--
function mostrar_portada() {
if (document.getElementById)
document.getElementById("<?php the_imgname(); ?>").style.display = "block";
}
function ocultar_portada() {
if (document.getElementById)
document.getElementById("<?php the_imgname(); ?>").style.display = "none";
}
-->
</script>
</form> Ya reconoce las variables, pero no se, simplemente pasa algo que hace que marca error. detectan algo.
...oye Shiryu_Libra y me puedes decir cómo?
sale |