Table Opacity help |
![]() ![]() |
Table Opacity help |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2006 Member No: 441,620 ![]() |
So everytime I put in an opacity code, and then save the changes; the alpha opacity, opacity, and the khtml-opacity stay the same.
But the -moz-opacity code keep changing by itself. ..-opacity <- which means it's invalid, right? is there another code to replace the -moz that i can try? Thank you. My code: <style type="text/css"> .mygen { Table Properties } table table table td { filter:alpha(opacity=95); ..-opacity:0.90; opacity:0.90; -khtml-opacity:0.90; } table table table table td {filter:none;} </style> |
|
|
![]()
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
LOL You are using Createblog to fix a MyGen problem... table table table td { filter:alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity:0.90; opacity:0.90; } table table table table td {filter:none;} I'm sure that all your values have to match btw |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Jul 2006 Member No: 441,620 ![]() |
Thank you, but my problem is the -moz is supposedly "invalid" and thus it changes to ..-opacity
|
|
|
![]() ![]() |