Any joomla users?

can’t wait to find a better cms…anyhow…for the time being, I’m stuck with it and was wondering if anyone knew where I could place css code for object code so that anytime I place a video on my site using the object code, it automatically applies the transparent value. if I forget to add it when I update the video currently, my search suggestions that show up below my search bar and some of my longer drop down menus go behind the video.

couldn’t I use something like this?


*
{
code here
}

what code would I use in css?

I know in the object tag, it’s used like this:
<param name=“wmode” value=“transparent” and I’d put wmode=“transparent” in the embed section.

Transparent mode is a object specific parameter and completely unrelated to CSS. There is no equivalent because CSS does not provide control over object’s CONTENT.

It’s why it’s passed as the common name/value pairing and not as transparent=“true” or some such.