Guys, i need help, How do i change the content opacity(%) of my site? i want my text to be placed in a transparent background so that it could show the background image...errr..dnt no if it makes sense to you. hope u get me

thanx!

Views: 22

Replies to This Discussion

I joined your site to see header. Since you have an image there, it's hard to say. This would remove the header image:
#xg_masthead {
display:none;
}
the code goes in the advance box ryt? if yes,i did..and ther was no result.

Ning Directory said:
I joined your site to see header. Since you have an image there, it's hard to say. This would remove the header image:
#xg_masthead {
display:none;
}
.xg_module_body {
background-color:#ffffff;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
/* for Mozilla */
-moz-opacity:0.6;
}

try that
http://w3schools.com/css/css_image_transparency.asp

or try that
i have used this before added it to the body background area
opacity:0.4;filter:alpha(opacity=40)

just change the opactiy numbers
In Firefox (opacity:x) x can be a value from 0.0 - 1.0. A lower value makes the element more transparent.

In IE (filter:alpha(opacity=x)) x can be a value from 0 - 100. A lower value makes the element more transparent.
THANK YOU SOO MUCH JACKIE...it worked out fine, im working on the opacity now nd the colour.

Jackie said:
http://w3schools.com/css/css_image_transparency.asp

or try that
i have used this before added it to the body background area
opacity:0.4;filter:alpha(opacity=40)

just change the opactiy numbers
In Firefox (opacity:x) x can be a value from 0.0 - 1.0. A lower value makes the element more transparent.

In IE (filter:alpha(opacity=x)) x can be a value from 0 - 100. A lower value makes the element more transparent.
wonderful :) your very welcome

http://esvareema14.ning.com said:
THANK YOU SOO MUCH JACKIE...it worked out fine, im working on the opacity now nd the colour.

Jackie said:
http://w3schools.com/css/css_image_transparency.asp

or try that
i have used this before added it to the body background area
opacity:0.4;filter:alpha(opacity=40)

just change the opactiy numbers
In Firefox (opacity:x) x can be a value from 0.0 - 1.0. A lower value makes the element more transparent.

In IE (filter:alpha(opacity=x)) x can be a value from 0 - 100. A lower value makes the element more transparent.
Cool! Glad Jackie left all the valuable information. I misunderstood what you wanted, sorry. Thanks Jackie!!!
Best,
Jen
no problem :) your welcome Jen

Ning Directory said:
Cool! Glad Jackie left all the valuable information. I misunderstood what you wanted, sorry. Thanks Jackie!!!
Best,
Jen

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips