-
Replace image with flash
A “user’s group” I belong to has its web site hosted with a company that does not allow modification of any web pages directly. The “only” way to customize the site in any fashion is through CSS, or through a content editor that strips any code like Javascript.
I have a CSS tag which replaces the default header image on the site with a custom one.
#header {height: 200px; background: url(https://site/files/vas_banner6.png) center no-repeat;}
I’d like to replace this with CSS for a flash banner instead, but so far I haven’t been able to figure it out.
Of course, I could easily replace it using JavaScript, but as I said, I can’t include any JS on the site.