View Full Version : LiveJournal Opacity Entrys


Yunaleska
03-09-2004, 06:27 AM
Hi!
I couldnt find the code anywhere else, and this is my last resort for getting help, and it might be really offtopic, because i've noticed how the forums only support Xanga Coding, but I wanted to make it so that my Entries had some kind of Opacity like http://www.livejournal.com/users/yuffieleonheart/'s journal.

Thanks a bunch in advance! :)

salomeyasobko
03-09-2004, 06:35 AM
try using this code:

<style type="text/css">

.altposter, .metabox, .necorn, .entrybox, .currbox,
.swcorn, #secorn, .nav { filter:Alpha(opacity=##); }

</style>

their opacity was probably around 50%, but you can change it [the bold part] to however much you want it to be :)

hope that works for you!

Yunaleska
03-10-2004, 05:10 AM
try using this code:

<style type="text/css">

.altposter, .metabox, .necorn, .entrybox, .currbox,
.swcorn, #secorn, .nav { filter:Alpha(opacity=##); }

</style>

their opacity was probably around 50%, but you can change it [the bold part] to however much you want it to be :)

hope that works for you!

Thanks a bunch! ^_^ I actually grabbed the code from a friend, but I appreciate the reply very much!

salomeyasobko
03-10-2004, 05:22 AM
no problem!