Código CSS:
Ver original
#boton{ background:url(boton.png) no-repeat; width:50px; height:50px } #boton:active div[id^="oculto"]{ display:block; } #oculto{ display:none; transition:all 1s linear; width:200px; height:200px; background:green; }
Código HTML:
Ver original
alguien sabe que porque no funciona.