Click to See Complete Forum and Search --> : Resize Image to the Table-Size ?


Prominenter
02-17-2003, 03:28 PM
Hi@all

I´m new here - Sorry for my english .
I come from german .

I have a Problem .

I will set a Background-Image to the Table
The Tabel is 320x240 PIX .
The BackroundImage is 640x480 PIX

How i can remove the Picture to the Table-Size ???
Only in HTML per Java !!! Not in Image-Software !!!!!

Thx for all answers.

gil davis
02-17-2003, 05:21 PM
Not possible. You cannot alter the size of a background image in HTML or JavaScript. Sorry.

You could place a div with a regular img behind the table and size the img using JavaScript.