|
Posted by =?iso-8859-1?q?Vicente_Ra=FAl_ on May 8, 2007, 6:54 pm
Please log in for more thread options
On May 8, 4:13 pm, wladim...@gmx.net (Wladimir Borsov) wrote:
> The HTML source of one of my web pages starts simplified with a code like:
>
> ----
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> ....
> <BODY BACKGROUND="images/myback.gif">
> <div id="content" style="position: absolute; top: 0; left: 255px; width:
700px; z-index:-1; background-color: transparency;">
> Blah blah blah
> </DIV>
> </BODY>
> ----
>
> The page is displayed correctly in InternetExplorer but NOT in Firefox.
> Is DIV really a pure IE extension?
>
> How can I embed a similar code for Firefox as well ?
>
> Wladimir
Of course divs work in Firefox, but I think transparency don't. Have
you tried using a transparent GIF as the div background image?
|