Hi,
i´m new here and i work since 3 wekks with wordpress.
Now my first running site ist http://www.klingendesdesign.de
and i want the transparent header and contents in my theme
where i have to integrate this
ilter: Alpha(opacity=30);
opacity: 0.3;
moz-opacity: 0.3;
background: #b00;
height: 300px; /* Internet Explorer */
or js:
element.style.filter = “Alpha(opacity=30)”; /* Internet Explorer */
element.style.opacity = 0.2; /* Safari, Opera */
element.style.MozOpacity = 0.2; /* Firefox */
please help me.
wolfgang