Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Detecting browsers without transparency capability Re: Detecting browsers without transparency capability

#72716
mshort1985
Member

you could use modernizr to do it. just include it on the page in question then style it using

body#no-rgba .vox-rgba {

}

for the styles you want to appear if RGBA is not supported.