thread215-1347419
I am attempting to apply a gradient to a table cell's background using css, with repeat-y property.
The gradient image repeat for the height of the table but not smoothly from top to bottom. It breaks after it reaches the height of the image. How can make this work so that no matter how far down the form extends, the gradient will look smooth.
I'm trying to do something similar to the form on this site:
Thanks in advanced.
I am attempting to apply a gradient to a table cell's background using css, with repeat-y property.
The gradient image repeat for the height of the table but not smoothly from top to bottom. It breaks after it reaches the height of the image. How can make this work so that no matter how far down the form extends, the gradient will look smooth.
I'm trying to do something similar to the form on this site:
Thanks in advanced.