What you're trying to do is not possible per se, but there are workarounds. First decide:
- Do you need things to be placed over the background image, or just the stretched image?
- Is it OK with your web page to have absolute positioning on both the table and the background image?
If you just need the image, then use width="100%" height="100%" in an tag... if you really require it as a background and can't just resize it in photoshop, then you need to create two layers using absolute positioning, and use the z-index property to make one the "background."
Edit: If your server supports ASP or PHP, then there is a possibility for you, though it requires a bit of technical goofing around. 
___________________
My party schedule:
2009-02-21 - DJ Attention @ I'm So Popular
2009-06-18 - DJ Annoying @ People Need To Know Where I'll Be
2012-11-32 - DJ Insufferable ɸ Or At Least the Stalkers I Complain About
2048-06-66 - Spastic & Whocares ¶ Although I'm Actually Flattered
9999-45-81 - Tweaker Gimp ☼ I Probably Won't Even Go To This But I Have To Make Sure I Fill Up All The Available Space Here
Last edited by DigiNut on Aug-26-2003 at 02:56
|