Click to See Complete Forum and Search --> : Simple question about a floating picture


Ritz
10-21-2005, 04:24 AM
Hi guys,

I'm trying to make a web page on which there is nothing but:
- a background (background.jpg)
- a transparent picture (pic.gif) that is exactly at the bottom of the browser window and has a width of, say, dx and a height of dy pixels. This picture should stay at the bottom of the window when the window is resized.

I want this to work in Internet Explorer, Safari, and as many other popular browsers as possible.

How can I accomplish that?

olaf
10-21-2005, 05:47 AM
add the image with css to the body tag...

Ritz
10-22-2005, 04:43 AM
That's a nice solution in Internet explorer, but in Safari it does not work at all...

olaf
10-22-2005, 06:34 AM
That's a nice solution in Internet explorer, but in Safari it does not work at all...

yes there are always limits...