Re: Transparent text

>  ..what was the letter color becomes the background,
>  and the letter color becomes transparent...
>  Is there any support for transparent text in CSS?

Consider this combination: 

<style>
.hi { color: yellow; background: green }
</style>

<body bgcolor=green text=yellow>

this week in <span class-hi> w I r E d </span>

I think that the concept is supported rather than dictated.

gordon
<!-- 
gordon@gly.fsu.edu   http://gly.fsu.edu/~gordon/   MS IE v3.0 enhanced  
         BS Geology, FSU, 1995     Volunteer for Science, USGS 
                  MS Activate the Internet finalist (top 25)
-->

Received on Friday, 22 November 1996 17:11:14 UTC