背景图像para las filas de una tabla
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景图像para las filas de una tabla相关的知识,希望对你有一定的参考价值。
Gracias a este artÃculo, pude colocar fondos de imagen a para las filas de una tabla.
/* Don't do it the intuitive way... */ <table> <tr style="background: url(/images/tr-background.gif) no-repeat 0 0;"> </tr> </table> /* ...because it doesn't work in IE6 or Safari, even if you set the <td> background element to 'transparent' or 'none'. But you can still make it happen with just the one image: */ <table> <tr> </tr> </table> /* You're just altering the background-position of the image, so that what should be on the left goes on the left (at 0), the middle part goes to the middle (50% horizontally), and the last part goes at the end (100%). Remember that values in the background-position element are ordered horizontal, then vertical, unlike the margin and padding elements. And, of course, you'll want to separate presentation from content by putting the CSS elsewhere and classing the td's. */
以上是关于背景图像para las filas de una tabla的主要内容,如果未能解决你的问题,请参考以下文章
markdown Una propiedad de CSS 3 que sirve para romper las palabras que son demasiado largas y no cab
PHP Colorear filas de una tabla par / impar con PHP
vbscript abrir excel desde vb y bucle para recorrerlo y rango de filas del excel
vbscript abrir excel desde vb y bucle para recorrerlo y rango de filas del excel
vbscript abrir excel desde vb y bucle para recorrerlo y rango de filas del excel
markdown Muestra las preguntas ingresadas en el array de una manera aleatoria