Following is the code to make the element transparent.
- Code: Select all
#element
{
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
}
#element
{
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
}
Return to CSS - Cascading Style Sheet
Users browsing this forum: No registered users and 0 guests