[i]^so how to solve this problem? try making a translucent image and use it as BG of commonboxes [/i]
If you want Onhover effect you can add this code
I don't know if this code is working properly with IE,Safari and Opera
TESTED WITH FF working properly.
[url=http://theftalk.com/t51376-Change-Box-color-When-Hovered-%5B-FIREFOX-%5D.html]On Hover Code Credit goes to Switpotato and Flint[/url]
I only modify the code.
[spoiler]/* On Hover */
div.commonbox:hover {
filter:alpha(opacity=90); /* IE 4-7 */
-moz-opacity:0.9; opacity: 0.9; /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}[/spoiler]
Make your Addbox translucent too
[spoiler][b][color=red]PUT UR ADDBOX ID OR CLASS HERE DONT FORGET TO ADD THE "#" OR "."[/color][/b] {
background-color: HEXHERE;
filter:alpha(opacity=80); /* IE 4-7 */
-moz-opacity:0.8; opacity: 0.8; /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}[/spoiler]
Last edited by - razian - (2009-08-14 21:10:08)
[quote=Ephemeral]you can also use translucent BG's for this hehe but nice effect
[/quote]
^ yup like my profile
Last edited by - razian - (2007-03-15 08:27:28)
[/quote]
by changing the value of
filter:alpha(opacity=[b][i]70[/i][/b]);
right?
cool!