Fading your background image, ...is it possible? |
Fading your background image, ...is it possible? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Aug 2004 Member No: 40,538 ![]() |
hmm...you guys know how theres a code to fade all the images in your xanga? well...is there any way i can fade my background image too? id really appreciate the help!
|
|
|
![]() |
![]()
Post
#2
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 ![]() |
Yes, but the code fades all your images, not just your background. If you want just your background to be faded, fade it in Paint Shop Pro or Photoshop.
![]() Check the Xanga Scripts forum before you ask for a certain code or script ![]() CODE <!-- begin code provided by createblog.com --> <STYLE type=text/css>img {FILTER:glow(color=pink) progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=1, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=100)}p table {background:transparent;filter:Alpha(opacity=90)} </STYLE> <!-- end code provided by createblog.com --> (http://www.createblog.com/forums/index.php?showtopic=364) Here's another one, if that doesn't work very well. ^ CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table{background:transparent} img{filter:xray alpha(Opacity=60, FinishOpacity=1, Style=3, StartX=0, FinishX=80, StartY=0, FinishY=80)} </style> <!-- end code provided by createblog.com --> Opacity=60 - can be a number between 0 and 100 ; Style=1 for a right hand side fade; Style=2 for circular fade; Style=3 - for rectangular fade; remove xray if you want to keep the yellow colour |
|
|
![]() ![]() |