Hello fellows.. can anyone help figure out how to embed image in CSS besides like this { background: url(heaser.gif); } because the disadvantage of this css code is that it cannot follow the image width and height of the image.. unlike embedding the usual way like this.. <td><img src="heaser.gif" /></td> this embedding style while acquire the image of width and height of heaser.gif the data cell fill acquire the with of it.. which enable you seeing the whole image unlike in CSS code it will not.. Is their a way to embed in css that acquire or follow the width and height of the embedded image.. thanks...
thanks for the suggestion.. but what is want is that data cell will follow what is the height of image... like when embedding image in data cell like this tag.. <td><img src="heaser.gif" /></td> this tag above will automatically follow the height of the image of the <td> tag.. but when i use css code in embedding background it wont follow the height of the data cell.. i will just be background image.. Hope you get what i mean.