HTML - estilos

 
Vista:
sin imagen de perfil
Val: 51
Ha disminuido su posición en 8 puestos en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por zendi (79 intervenciones) el 19/06/2016 02:52:48
Hace poco habia pedido una ayuda con este codigo para un scrolling, y quedo solucionado. Pero ahora tengo un problema que no amplia la caja de ultimos video tutoriales tal como esta la de Categorias no hayo la forma de hacerlo.
este es el formulario:
video


este es el codigo:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="separador_widget" style="width:200px"></div>
<div id="caja_widget">
	<div id="titulo_widget" style="width:200px">Ultimos VideosTutoriales</div>
		<div id="widget" style="overflow-y:auto; overflow-x: hidden;" style="width:500px;">
			<?php
			$noticia=$tra->get_paginacion_noticias();
				for($i=0;$i<count($noticia);$i++)
				{
			?>
				<div id="contenido_widget">
					<a href="?cat=<?php echo $noticia[$i]["id_noticia"];?>"
					title="<?php echo $noticia[$i]["titulo"];?>"></a>
					<a href=<?php echo $noticia[$i]["titulo"];?>>
					<div id="scroll">
					<?php echo $noticia[$i]["titulo"];?></a></div>
				</div>
			<?php
				}
			?>
		</div>
	</div>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve
Val: 1.144
Oro
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por xve (1543 intervenciones) el 19/06/2016 11:39:47
Hola Zendi, y que estilos tiene ese elemento? y en que contenido... estaria bien que nos mostraras los estilos, o la url si lo tienes publicado para verlo...
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 51
Ha disminuido su posición en 8 puestos en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por zendi (79 intervenciones) el 19/06/2016 13:32:11
Hola Xve, tengo estos estilos
1
2
3
4
5
6
7
8
#separador_widget{ width:200px; height:20px; float:left;}
#widget{ width:200px; float:left; margin-left:5px;}
.separador_lateral_widget{ width:15px; float:left;}
#caja_widget{ width:200px; float:left;}
#titulo_widget{width:300px; height:20px; float:left; text-align:center; background-color: #33CCFF; color:#FFFFFF;
color:#000;font-weight:700;font-size:12px;border-radius:5px;position:relative;border-bottom:1px solid rgba(255,255,255,.2); display:inline-block;font-family:Arial,Helvetica,sans;background-color:#fff45f;text-decoration:none;box-shadow:0 3px 5px #c6bc33,0 7px 0 #878133,0px 9px 10px rgba(0,0,0,.4),inset 0 2px 9px rgba(255,255,255,.2),inset 0 0 5px rgba(0,0,0,.2);  background-color:#FFCC99;
}
#contenido_widget{width:300px; height:20px; float:left; background-color:#FFCC99; text-align:left;   background-color:#CCFF99;}
la verdad me enredé con esto vale. Y disculpen.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 51
Ha disminuido su posición en 8 puestos en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por zendi (79 intervenciones) el 21/06/2016 02:16:53
Hola. No os preocupéis. Ya resolví.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
Imágen de perfil de xve
Val: 1.144
Oro
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por xve (1543 intervenciones) el 21/06/2016 08:57:37
Hola Zendi, nos puedes mostrar como lo resolviste??
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 51
Ha disminuido su posición en 8 puestos en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por zendi (79 intervenciones) el 22/06/2016 20:18:33
hola Xve, disculpa que no había respondido, solo reparé el codigo:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#body{ margin-left:0px; margin-top:0px; font-family: arial;}
 
#principal{ width:800px; font-size:12px}
 
	#header{ width:800px; height:100px; background-color:#FFCC33; color:#FFFFFF; float:left}
	#main{ width:%10; height:%5; float:left; text-align:center}
 
		#menu{ width:800px; height:25px; text-align:center}
			.boton{ width:120px; height:25px; float:left; background-color:#000000; color:#FFFFFF}
			.url_boton{ text-decoration:none; color:#FFFFFF}
			#buscador{ width:200px; height:25px; float:left; text-align:center}
		#content{ width:800px; float:left;}
			#contenedor{ width:600px; float:left;}
 
				#separador_post{ width:600px; height:20px; float:left}
				#post{ width:600px; float:left; text-align:center}
					#titulo_post{ width:100%; height:20px; float:left; text-align:center}
						#titulo{ width:400px; height:20px; float:left; text-align:left; font-weight:bold}
						#fecha{ width:200px; height:20px; float:right; text-align:right}
					#texto_post{ width:600px; float:left; text-align:right}
                        #detalle { background-color:#99CC00; text-align:center; margin-left:10px}
 
					#separador_texto_debajo{ width:600px; height:10px; float:left}
					#debajo_post{ width:600px; height:20px; float:left}
						#leer_mas{ width:400px; height:20px; float:left; text-align:left}
						#comentarios{ width:200px; height:20px; float:left; text-align:right}
					#div_entre_post{ width:600px; height:5px; float:left; background-color:#000000}
					#div_paginacion_post{ width:600px; height:25px; float:left; text-align:center}
 
  #formulario{ width:800px; height:20px; text-align:center; background-color:#0099CC}
 
			#sidebar{ width:200px; float:left}
				#separador_widget{ width:200px; height:20px; float:left}
				#widget{ width:200px; float:left; margin-left:15px}
					.separador_lateral_widget{ width:15px; float:left}
					#caja_widget{ width:170px; float:left}
						#titulo_widget{ width:170px; height:20px; float:left; text-align:center; background-color:#333333; color:#FFFFFF}
						#contenido_widget{ width:170px; height:20px; float:left; background-color:#F0F0F0; text-align:left}
			#footer{ width:800px; height:20px; float:left; text-align:center}
			.botonpe{color:#000;font-weight:700;font-size:12px;border-radius:5px;position:relative;border-bottom:1px solid rgba(255,255,255,.2); display:inline-block;font-family:Arial,Helvetica,sans;background-color:#fff45f;text-decoration:none;box-shadow:0 3px 5px #c6bc33,0 7px 0 #878133,0px 9px 10px rgba(0,0,0,.4),inset 0 2px 9px rgba(255,255,255,.2),inset 0 0 5px rgba(0,0,0,.2);  background-color:#FFCC99; }		
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar
sin imagen de perfil
Val: 51
Ha disminuido su posición en 8 puestos en HTML (en relación al último mes)
Gráfica de HTML

estilos

Publicado por zendi (79 intervenciones) el 23/06/2016 14:43:37
Hola Xve, pudiste ver la situación?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar