Foros del Web » Creando para Internet » HTML »

como ocultar div

Estas en el tema de como ocultar div en el foro de HTML en Foros del Web. Quisiera saber como ocultar este DIV que contiene una imagen: <div id="”flotante”">image<img alt="" height="175" src="http://files.surtidito.webnode.es/200000090-b6c9db7115/cine (1).png" width="185" /></div> NO MOSTRAR/OCULTAR si no solo ocultar el ...
  #1 (permalink)  
Antiguo 06/11/2011, 20:58
Avatar de leo_search1  
Fecha de Ingreso: octubre-2011
Mensajes: 100
Antigüedad: 12 años, 5 meses
Puntos: 1
Pregunta como ocultar div

Quisiera saber como ocultar este DIV que contiene una imagen:

<div id="”flotante”">image<img alt="" height="175" src="http://files.surtidito.webnode.es/200000090-b6c9db7115/cine (1).png" width="185" /></div>

NO MOSTRAR/OCULTAR si no solo ocultar el DIV
Lo que pasa esque tengo una barra de sugerencias,
Son 5 sugerencias que tengo cada una por aparte en codigo Div.
y QUIERO QUE NO SE MUESTRE EN CIERTA PAGINA LA SUGERENCIA 3

YA QUE SI CAMBIO O BORRO LA SUGERENCIA 3 PUES SE BORRARIA EN TODAS LAS PAGINAS

O SI SABEN ALGUNA FORMA DIFERENTE
  #2 (permalink)  
Antiguo 06/11/2011, 21:48
 
Fecha de Ingreso: abril-2010
Mensajes: 159
Antigüedad: 14 años
Puntos: 11
Respuesta: como ocultar div

Código HTML:
Ver original
  1. <div id="flotante" style="display:none;">image<img alt="" height="175" src="http://files.surtidito.webnode.es/200000090-b6c9db7115/cine (1).png" width="185" /></div>
o tambien
Código HTML:
Ver original
  1. <div id="flotante" style="visibility:hidden;">image<img alt="" height="175" src="http://files.surtidito.webnode.es/200000090-b6c9db7115/cine (1).png" width="185" /></div>

Etiquetas: css
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:55.