Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/06/2013, 15:02
pabloem1972
 
Fecha de Ingreso: noviembre-2010
Mensajes: 48
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: Barra de desplazamiento

Perdoname pero no logro encontrar el termino overflow en el HTML.

Si lo encuentro en el archivo CSS en varios lugares ej:

1)

#content {
width:620px;
float:left;
padding:30px 20px;
margin:0;
position:relative;
overflow:hidden;

2)

.wp-pagenavi {
padding:30px 0 0;
position:relative;
overflow:hidden;

3)

#page {
width:100%;
position:relative;
overflow:hidden;
background:rgba(0, 0, 0, 0.4);
-pie-background:rgba(0, 0, 0, 0.4);
behavior:url(css/styles/pie.html);

4)

#navigation li li a {
background:none;
display:block;
text-align:left;
width:135px;
height:auto;
padding:5px 20px;
position:relative;
overflow:hidden

y en otros segmentos del código CSS por separado


También en el JAVASCRIPT en dos lugares

1)
ht|marginTop|marginBottom|compatMode|BackCompat|fr ameset|transitional|doctype|publicId|projection|li ne|moz|box|overflow|hidden|padding|mrvxe|bezierCurveTo|lineTo|moveTo| closePath|getAttribute|setAttribute|paddingLeft|pa ddingBottom|beginPath|restore|createLinearGradient ||addColorStop'.split('|'),0,{}))

2)
{clearTimeout(d.data('pause'));clearInterval(d.dat a('interval'));pauseTimeout=setTimeout(function(){ clearTimeout(d.data('pause'));playInterval=setInte rval(function(){animate("next",effect)},g.play);d. data('interval',playInterval)},g.pause);d.data('pa use',pauseTimeout)}else{stop()}}if(total<2){return }if(start<0){start=0}if(start>total){start=total-1}if(g.start){current=start}if(g.randomize){contro l.randomize()}$('.'+g.container,d).css({overflow:'hidden',position:'relative'});control.children() .css({position:'absolute',top:0,left:control.child ren().outerWidth(),zIndex:0,display:'none'});contr ol.css({position:'relative',width:(width*3),height :height,left:-width});$('.'+g.container,d).css({display:'block'} );if(g.autoHeight){control.children().css({height: 'auto'});control.animate({height:control.children( ':eq('+start+')').outerHeight()},g.autoHeightSpeed )}if(g.preload&&control.find('img').length)

Me podrias especificar un poco más donde modificar el overflow por favor? Perdón por mi ignorancia y desde ya muchas gracias.