Kyle

Resultados 2 preguntas formuladas por Kyle

¿La altura y el ancho no se aplican al tramo?

12
respuestas
316
votos
397.0k
vistas

Pregunta total de novato, pero aquí. CSS .product__specfield_8_arrow { /*background-image:url(../../upload/orng_bg_arrow.png); background-repeat:no-repeat;*/ background-color:#fc0; width:50px !important; height:33px !important; border: 1px solid #dddddd; border-left:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-bottom-left-radius:0px; border-top-left-radius:0px; -moz-border-radius-bottomleft:0px; -moz...

He estado trabajando en un sitio web durante algunos meses y muchas veces, cuando intento editar algo, tengo que usar !important, por ejemplo : div.myDiv { width: 400px !important; }