View Full Version : Problem with livejournal


dimwittedgenius
05-28-2005, 04:00 AM
I'm using the the disjointed style with the old system (s1) and have run into a problem. After customizing it for some time I figured out how to make everything on the page slightly transparent(except for the background picture) with the following override.

GLOBAL_HEAD<=
<style type="text/css">
<!--
td, font, div, p, {
filter:alpha(opacity=85);
}

-->
</style>
<=GLOBAL_HEAD

This caused the box in which the mood and music text is located to become completely clear and show through to the background image, while the rest of the page remains normal. This problem is fixed when I delete the above override. Is it possible to fix this problem while keeping the above customization?

dimwittedgenius
05-28-2005, 04:50 AM
Here is the link to my journal, if it helps.

http://www.livejournal.com/users/dimwittedgenius/

dimwittedgenius
05-28-2005, 04:03 PM
I figured it out myself. This fixed the problem.

GLOBAL_HEAD<=
<style type="text/css">
<!--
td, font, div, p, .metabox, .currbox {
filter:alpha(opacity=85);
}

-->
</style>
<=GLOBAL_HEAD