Previous Message
Next Message

Inheriting Re: [css-d] Any Ideas on Background Transparency?

Sent by Sean \XariusX\ Maddison on 15 December 2002 10:10


I have never really bothered with Visual Filters myself - as it is VERY 
easy for them to become tacky... However you could try this:

#Transparent
         {
          /*whatever transparent cack you are using*/
         }

#Transparent p
         {
          filter: alpha(opacity=100%);
         }

<div id="Transparent">
  <p>
   Test in here
  </p>
</div>

what you are trying to do is set the filtering of a background specifically 
- which is not possible as the filter: blah; selector cannot be 
incorporated into specific parts of an element. Maybe specific support for 
something like background: [filter: blah]; will come along - but it is 
unlikely in the near future. You will have to settle for two elements at least

Oh, and hello to the list!


 >>> Sean "XariusX" Maddison
... http://dark-horizon.org/
... [EMAIL-REMOVED]
... Certified virus free by, err, me!
Previous Message
Next Message

Message thread: