Divs, flash and doctype :(
Posted
by nick
on Stack Overflow
See other posts from Stack Overflow
or by nick
Published on 2010-05-02T19:09:33Z
Indexed on
2010/05/02
19:18 UTC
Read the original article
Hit count: 263
I have a web-site, that uses colorbox, it also has flash header. Everything works fine in both ff and ie.
Before ive started to use colorbox, i had little div that covered small part of flash header for menu purposes.
Now, since im using colorbox, i had to declare doctype, and set wmode on flash to 'opaque', in order everything to work right way.But now i cant get that little div, to appear on top of my flash header.
If anyone can help me with this, please do so.... or atleast tell me what should i read : ( im will be very gratefull for any solution.
current html document structure: ... all the js and css files ...
heres that div's style from corresponding css file: .cell_r0_c0{position: absolute;left: 61%;width:260;height:69; background-color: #000000; vertical-align: bottom;}
I think i've allready tried all the combinations of position attribute, also tried diff z-index values, and i can't get it work the way i want. Maybe ive missed something idk. Please help me :(
© Stack Overflow or respective owner