Hi, Is there a way how to scroll down my CSS menu (based on list tags - UL) above the FLASH? Bcoz now, flash is always on top and menu scroll under it ... I tried to put <object> into the <div> with small z-index, also gave small z-index to object, but nothing works ... Thanks
Hi, Try in your Flash embed code; <PARAM NAME=wmode VALUE=transparent> Or if you're using SWFObject or another embedding method, just put in the appropriate parameter to make the Flash movie transparent. See if that works.
goliathus First question what doctype is the browser in. It must not be in quirks mode. Second there is a wmode that can be used to layer things. it is opaque not transparent. I use it all the time but the tricky thing is that if you want this to work in ff on mac and gecko browsers on mac you need to make sure the doctype is not quirks or in compliance mode.
Thanks. Doctype is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">