• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Backgrounds/divboxes

Devious Dilbert

Double the D, double the fun.
Is there a way to make backgrounds slightly transparent? I'm trying to make a divbox with text over a transparent box so that the background can still be seen, but the text is much easier to read.
 
A solid color or an image that you are trying to make somewhat transparent?
 
Use RGBA format.

So
Code:
[div=background-color:rgba(17,228,233, 0.8);]content[/div]

The last number in my example, 0.8 is a transparency setting. 0.0 being invisible, 1.0 being 100% visible.
 

Users who are viewing this thread

Back
Top