rollover problem |
![]() ![]() |
rollover problem |
Feb 13 2007, 11:12 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2007 Member No: 502,869 |
i installed a script of rollover in my xanga
my entries will appear transparent unless rollover of the cursor it has been functioning for months already but yesterday, the rollover isnt working the entries r still transparent when the mouse is rolling over them but there is nothing wrong when i was reading them in http://www.xanga.com/private/yourhome.aspx my xanga is : http://www.xanga.com/big__kid |
|
|
|
| *digital.fragrance* |
Feb 13 2007, 11:52 AM
Post
#2
|
|
Guest |
Try this instead of the script that you have:
CODE <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 --> |
|
|
|
Feb 13 2007, 10:00 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2007 Member No: 502,869 |
still not working......
what else can i do ? |
|
|
|
| *digital.fragrance* |
Feb 14 2007, 02:34 PM
Post
#4
|
|
Guest |
Post your code. (The entire layout code)
|
|
|
|
![]() ![]() |