PDA

View Full Version : Repeat Background from Bottom


Uzair
11-23-2006, 11:42 AM
How can I repeat a cell background image from bottom & I also wanna give 10% distance from the bottom. As we can limit the BG ( Background-Position:10% left; ). But it only gives the distance from the TOP. I want the distance between the BG Image & the CELL Bottom. How can I do this?
Any idea !!!

ahallicks
11-23-2006, 11:44 AM
Give the cell a class, such as:

cell.drop {
padding-bottom: 10%;
}

and then type:

<td class="drop"></td>

I think, but to be honest I'm a bit confused at the question. Do you have an example?

Uzair
11-23-2006, 11:48 AM
NO USE !!!
It is still repeating the BACKGROUND IMAGE. I want background-image to stop repeating on the bottom line of the cell not the Image in cell.
Someone please give some idea !