Hi Luca,

2010/5/20 xbill <[email protected]>:
> Hello guys,
> I'm astonished because I'm on a mission trying to put some HTML
> content over a big SWF I have on my page and I see FirebugLite does it
> without problems. It works in IE8 and this is simply great.


Could you please test the Firebug Lite beta version
and see if it behaves as expected? Once it uses a slightly different
approach, I want to make sure it is working properly.


> I see it uses the iFrame trick, which I'm using too, but with no
> success.
> I see that it also uses the position: fixed !important clause in CSS,
> with a z-index: 99999999. I'm doing this too but my div still remains
> behind the swf.
> Could somebody explain me how this is achieved?

Using or not the iframe should not make any difference, as far as I know.

The actual max value for x-index is: 2147483647
You can try using this value.

You can also try some other things:

- try putting your DIV as the last element in the page using
document.body.appendChild

- try changing the position of the flash element to relative


regards,

Pedro Simonetti.


>
> Thank you in advance!
> Luca :)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Firebug" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/firebug?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to