Css/ Flash Question 20 characters long?

Mehungwaylo

New member
A few questions...

1. I used CSS to add a transparent feature to a box behind text. Everytime I test the website though, active x puts up a security message and I have to click that to get the transparency to display at all.. Obviously I dont want all my users to be prompted before my page displays right... How can I fix this...

2. The code I used to display the transparency is this...{padding:20px;width:900px;color:#FFFFFF;position:relative;background-color:#000000;float:left;opacity:0.85;filter:alpha(opacity=85);-moz-opacity:0.85;}

How come theres a color and background color specified?

3 In flash how can I preserve the filters such as drop shadow and glow when exporting to a different extension such as .jpeg?
...{padding:20px;width:900px;color:#FFFFFF;position:relative;background-color:#000000;
float:left;opacity:0.85;filter:alpha(opacity=85);-moz-opacity:0.85;}
Also... How can I make a background transparent on flash?
 
Back
Top