Ver Mensaje Individual
  #23 (permalink)  
Antiguo 16/06/2013, 04:15
adrian_hm13
 
Fecha de Ingreso: mayo-2013
Mensajes: 47
Antigüedad: 11 años
Puntos: 2
Respuesta: Problema con posición del objeto de jquery

Cita:
Iniciado por alberto510a Ver Mensaje
Una imagen no me sirve de nada, necesito que me lo subas a tu servidor y me des el link o el código css de los 2 scripts.
Aquí está el CSS del script del cupón

Código CSS:
Ver original
  1. /* Theme Option Style
  2. ---------------------------------------------------------------------------------------------------- */
  3.  
  4. /* Head */
  5. .head { padding: 10px; margin: 30px 0 10px 0; }
  6.  
  7. /* Footer */
  8. .footer {  background: #999; padding: 10px 5px; }
  9. .footer, .footer a { color: #fff; }
  10.  
  11. /* Theme Menu */
  12. #toplevel_page_theme-option .wp-menu-image { background: url(images/favo.png) no-repeat center center; width: 28px; height: 28px; }
  13.  
  14. /* General */
  15. .clearfix{ clear:both; }
  16. .ino_wrap{ width:90%px; padding:11px 0px 0px 5px;}
  17. .ino_wrap .title { float: right; font-size: 1.3em; font-weight: bold; text-transform: uppercase; color: #00abbd; margin: 20px 0 0 0; }
  18. .ino_wrap .submit { text-align: right; margin: 0; padding: 0!important; }
  19. .ino_section { border:1px solid #ddd; border-top:0; }
  20. .ino_opts label { font-size:12px; font-weight:700; width:20%; display:block; float:left; }
  21.  
  22. /* Title */
  23. .ino_titlee h3 { cursor:pointer; margin:0; padding: 10px 5px 10px 10px; }
  24. .ino_titlee h3 span { padding: 8px 0 8px 50px; letter-spacing: 1px; font-size:1em; text-transform: uppercase; font-weight:bold; color:#333;, background-position: 10px center; background-repeat: no-repeat; }
  25. .ino_titlee { cursor:pointer; background: url(images/menu-bg.png) repeat-x; padding-right: 10px; }
  26. .ino_titlee span.submit { display:block; float:right; margin:0; padding:0; padding:14px 10px; }
  27.  
  28. .ino_opts .general { background: url(images/general.png) no-repeat; }
  29. .ino_opts .home { background: url(images/home.png) no-repeat; }
  30. .ino_opts .donation { background: url(images/donation.png) no-repeat; }
  31. .ino_opts .paypal { background: url(images/paypal.png) no-repeat; }
  32.  
  33.  
  34.  
  35. /* Options Head and foot */
  36. .ino_head, .ino_foot { padding: 10px; text-align: right; }
  37. .ino_head { border-bottom: 1px solid #ddd; }
  38.  
  39.  
  40. /* Input */
  41. .ino_input { padding:15px 10px; border-bottom:1px solid #ddd; border-top:1px solid #fff; }
  42. .ino_opts small{ display:block; float:right; width:30%; color:#999; padding-left: 10px; font-size: 12px; }
  43. .ino_opts input[type="text"], .ino_opts select{ width:280px; font-size:12px; padding:4px; color:#333; line-height:1em; background:#f3f3f3; }
  44. .ino_opts .ino_color input[type="text"] {   width:75px; }
  45. .ino_input input:focus, .ino_input textarea:focus{ background:#fff; }
  46. .ino_input textarea{ width:280px; height:100px; font-size:12px; padding:4px; color:#333; line-height:1.5em; background:#f3f3f3; }
  47. .ino_checkbox small, .ino_checkbox input { float: left; }
  48. .ino_optionss .ino_radio_img input[type="radio"] { vertical-align: super!important; }
  49. .ino_img_display { margin: 10px 10px 0 20%; }
  50. input[type="submit"] { border-radius: 0!important; }

Y aquí el scroll up!

Código CSS:
Ver original
  1. #scrollUp {
  2.   bottom: 20px !important ;
  3.   right: 0px !important ;
  4.   width: 38px; /* Width of image */
  5.   height: 38px; /* Height of image */
  6.   background: url(assets/img/top.png) no-repeat;
  7.   cursor:pointer;
  8.  
  9. }
  10. #scrollUp:hover {
  11.   background: url(assets/img/tophover.png) no-repeat;
  12. }