chanfuterboy Posted April 29, 2010 Share Posted April 29, 2010 hi, I want to fade the opacity of the solid background from 100% to 80% use-ing this code below hi, I want to fade the opacity of the solid background from 100% to 80% use-ing this code below <body bgcolor="#252d38"><MARQUEE behavior= "scroll" align= "center" direction= "left" scrollamount= "2" scrolldelay= "20" onmouseover='this.stop()' onmouseout='this.start()' loop="true"><table width="100%" border="0" cellspacing="0" cellpadding="2" style="background:url(images/shoutbg.JPG) repeat-x;"> <tr valign="top"> Link to comment https://forums.phpfreaks.com/topic/200178-fade-color-background/ Share on other sites More sharing options...
chanfuterboy Posted April 29, 2010 Author Share Posted April 29, 2010 someone can help my out with the above posted problem Link to comment https://forums.phpfreaks.com/topic/200178-fade-color-background/#findComment-1050575 Share on other sites More sharing options...
n000bie Posted April 29, 2010 Share Posted April 29, 2010 http://css-tricks.com/css-transparency-settings-for-all-broswers/ http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/ Link to comment https://forums.phpfreaks.com/topic/200178-fade-color-background/#findComment-1050581 Share on other sites More sharing options...
chanfuterboy Posted April 29, 2010 Author Share Posted April 29, 2010 hi, now i can use it a way in the html code there, that i dont need to use it as css? Link to comment https://forums.phpfreaks.com/topic/200178-fade-color-background/#findComment-1050583 Share on other sites More sharing options...
n000bie Posted April 29, 2010 Share Posted April 29, 2010 use inline style then <body bgcolor="#252d38" style="opacity: 0.5; filter:alpha(opacity=50);"> Link to comment https://forums.phpfreaks.com/topic/200178-fade-color-background/#findComment-1050587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.