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?
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?