Log in

View Full Version : Firefox Css Compatibility


taikara
11-02-2005, 03:38 AM
I'm currently working on the CSS layout for my site, and I know that most people here seem to use Firefox.

So...

Does anyone know if Firefox supports filters, such as an alpha filter?

Example:

.entrybox {
background: 9999FF;
filter:alpha(Opacity=20);
border-style: dashed;
color: FFFFFF;
}

I looked at the Firefox developers site, but it didn't say anything about filters.

Thanks in advance! :bye:

Kon-Tiki
11-02-2005, 03:54 AM
If you give the URL, I can test it for you :)

taikara
11-02-2005, 04:57 AM
It's not up yet, but I'll let you know when I get the mockup uploaded, thanks.

I'm currently researching blogging code. Sigh.

At least I've got it narrowed down to WordPress and MovableType. Once I choose, the hellish script installation begins.