Forums

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

Home Forums CSS border opacity Re: border opacity

#115342
Farzanmc
Member

You can use rgba color instead of hexadecimal color for the border-color :
border : solid 1px rgba(0,0,0,0.5); instead of border : solid 1px #000000;