gradients and filters |
![]() ![]() |
gradients and filters |
May 16 2007, 06:58 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: May 2007 Member No: 523,775 |
does any body know of/can provide a list of gradients and filters and there numbers or whatever and how to use them???
also how would one make there blog or modules opaque? thx |
|
|
|
May 16 2007, 07:43 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
This script will allow you to have a transparent module, with the background visible at a set opacity. Change the opacity to your liking
CODE <!-- Transparent module --> <style type="text/css"> table.search TD, table.search, table.announcements, table.left TD { filter: alpha(style=0,opacity=90); } </style> If you do not understand how to insert the previous coding, or where, simple paste this snippet into your custom header CODE <!-- Transparent module --> <style> table.search TD, table.search, table.announcements, table.left TD { filter: alpha(style=0,opacity=90); } </style> <!-- End Script --> Oh, and we have numerous filters and gradients just check here: http://www.createblog.com/forums/index.php?showforum=69 |
|
|
|
May 31 2007, 02:26 AM
Post
#3
|
|
![]() ;p ![]() ![]() ![]() ![]() Group: Member Posts: 280 Joined: May 2004 Member No: 17,685 |
if you want it firefox compatible insert this too
"-moz-opacity: x.xx;" CODE table { filter: alpha(opacity=90); -moz-opacity: 0.90; }
|
|
|
|
![]() ![]() |