Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/09/2015, 16:54
sarni
 
Fecha de Ingreso: julio-2010
Mensajes: 8
Antigüedad: 13 años, 10 meses
Puntos: 0
Conflicto entre CSS

Estoy realizando un sitio web que me está dando problemas.
Tengo una web hecha con formato elegido por mi.
Al querer agregar un slider que baje, me cambia todo el formato de mi web.

Donde encuentro la orden en el css que me cambia mi formato?


Espero ser clara con la explicación.

Saludos, Cecilia



Dejo parte del CSS
-------------------------------------------------------------------------------------------------------------------------------
<link href="css/sweetly.css" rel="stylesheet" type="text/css">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/iview.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/raphael-min.js"></script>
<script type="text/javascript" src="js/jquery.easing.js"></script>

<script src="js/iview.js"></script>
<script>
$(document).ready(function(){
$('#iview').iView({
strips: 20,
blockCols: 20,
blockRows: 3,
pauseTime: 7000,
pauseOnHover: true,
directionNavHoverOpacity: 0,
timer: "Bar",
timerDiameter: 120,
timerPadding: 3,
timerStroke: 4,
timerBarStroke: 0,
timerColor: "#0F0",
timerPosition: "bottom-right"
});
$('#iview2').iView({
pauseTime: 5000,
pauseOnHover: true,
directionNavHoverOpacity: 0,
controlNav: true,
controlNavNextPrev: false,
controlNavTooltip: false,
timer: "360Bar",
timerDiameter: 30,
timerPadding: 3,
timerStroke: 4,
timerBarStroke: 0,
timerColor: "#0F0",
timerPosition: "top-right"
});
});
</script>
</head>

<link rel="stylesheet" href="css/menu.css">
<!-- end Stylesheets -->
<!--script-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/css"></script>
<script src="js/jquery.scrollTop.js" type="text/css"></script>
<script type="text/javascript">

$(function(){

scrollTop({
color:"#999900", // valores en rga, rgba, hexadecimal (#666), o palabras clave "grey"
top:400, // tope de altura donde quieres que se muestre el botón de subir arriba
time:400, // intervalo en milisegundos que determina la duración de la opacidad del botón subir arriba
position:"bottom", // posición del botón , admite estos posibles valores: "top" "middle" "bottom",
speed: 300 // tiempo en milisegundos en hacer el scroll hacia arriba (top:0)

});

});

</script>