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 4 2007, 02:33 AM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Sep 2006 Member No: 464,741 |
Yup, it works like a charm. Although it doesn't hover over a single entry seperately anymore, it still serves its purpose, plus it's simpler and it suits my tastes better. Much appreciated!
|
|
|
|
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
Atkascha Yes, it just stopped working altogether. I've ... Feb 3 2007, 10:16 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
digital.fragrance Go Reili!
Topic Closed Feb 4 2007, 10:47 AM![]() ![]() |