Intente con este codigo:
Código HTML:
.bgtable {BACKGROUND-COLOR: #FB7802; BACKGROUND-image: url('/images/bgt.gif') ; BACKGROUND-attachment: fixed; BACKGROUND-repeat: repeat-x;}
Espero me entiendan y me uedan ayudar.
Que tengan un buen dia...
| |||
Imagen de Fondo que se adapten al tamaño... Hola quiero utilizar en el fondo de una tabla una imagen de un degradado, pero me gustaria que este se ajustara al tamaño de la tabla para cuando la tabla sea muy grande no se repita la imagen como me pasa actuallmnte. Intente con este codigo: Código HTML: .bgtable {BACKGROUND-COLOR: #FB7802; BACKGROUND-image: url('/images/bgt.gif') ; BACKGROUND-attachment: fixed; BACKGROUND-repeat: repeat-x;} Espero me entiendan y me uedan ayudar. Que tengan un buen dia... |
| |||
Ocupa Css
Código:
Css by tunait. Hay un mensaje igual a este en (x)html http://www.forosdelweb.com/showthrea...t=imagen+tabla <style type="text/css"> body{ background-image: url(images/bgt.gif); background-repeat: no-repeat; background-position: 2% top; } </style>
__________________ -------------------------------------------------- [::Matthew Beyer::] MaEsTrOsWeB Chile -------------------------------------------------- Última edición por Matthew_182; 15/01/2005 a las 11:35 |