Thursday, October 22, 2009

How is translucent layer done?

Q: How is translucent layer done?
A: Define style of a CSS first:
<style Type="text/css">
< ! - -
.halfalpha {Background-color: #000000; Filter: Alpha(Opacity=50)}
- - >
</style>
Apply in layer label next:
<div Class="halfalpha">

No comments:

Post a Comment