Hover Opacity Blogbody, It suddenly broke, literally... |
Hover Opacity Blogbody, It suddenly broke, literally... |
Feb 3 2007, 08:14 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Sep 2006 Member No: 464,741 |
Hi, I am usually able to find answers to most of my troubleshooting here. I've put together my xanga with many scripts found here and everything seemed to be in order. Just a few days ago, last Wednesday to be exact, my blogbody is using a hover opacity script which worked previously until that day. There was no additional scripts added during that time. This is the current script I am using:
QUOTE <!-- start code provided by createblog.com --> <script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "blogbody"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> <!-- end code provided by createblog.com --> I am using the same script for my left columns and that seems to be working fine. It's just the blogbody that doesn't work. Any ideas is much appreciated! Thanks in advance. |
|
|
|
![]() |
Feb 3 2007, 10:16 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Sep 2006 Member No: 464,741 |
Yes, it just stopped working altogether. I've tried replacing the script with the other opacity script which does not include the extra hovering feature and it worked. I'm just puzzled why the original script suddenly doesn't work on the blogbody but works on the left tables.
http://www.xanga.com/Atkascha/ |
|
|
|
Atkascha Hover Opacity Blogbody Feb 3 2007, 08:14 PM
Kathleen Do you mean that it just stopped working altogethe... Feb 3 2007, 08:40 PM
digital.fragrance What script are you using for your modules? Maybe ... Feb 3 2007, 11:16 PM
Atkascha I am using the same script for both the blogbody a... Feb 3 2007, 11:33 PM
ai + you ... The scripts themselves are interferring with e... Feb 4 2007, 01:51 AM
Atkascha Yup, it works like a charm. Although it doesn... Feb 4 2007, 02:33 AM
digital.fragrance Go Reili!
Topic Closed Feb 4 2007, 10:47 AM![]() ![]() |