I know. I suggested using a background-image as a simpler alternative. At least on my screen that image is not being resized, I guess with larger monitors it is - that is why there is a table, it's the only way to strech an image - it fills the whole cell.
On Dec 10, 12:50 am, donb <[EMAIL PROTECTED]> wrote: > It's not really a 'background' image. It's done by absolute > positioning of several elements, one being a table (why, I dunno. > Seems unnecessary) that contains the <img> tag. That's in an absolute- > positioned <div>, as are the other pieces of the page. z-index > ordering places the text over the image. The <img> resizes to 100% > height/width. > > A true 'background-image' cannot be scaled in this way. (as far as I > know) > > On Dec 9, 4:27 am, BigFisch <[EMAIL PROTECTED]> wrote: > > > Take a look athttp://ringvemedia.com/shanghai > > > Do you see how if you resize the browser window, the background image > > automatically scales? How would I do this with jquery?