Ozzu Fader script problem

  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post July 27th, 2005, 5:55 pm

Mine was full of the hex error aswell, but I cleared it and haven't had it come back yet. I'll keep an eye out ;)
Pixel Acres V2
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 27th, 2005, 5:55 pm

  • Alan Lastufka
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 21, 2004
  • Posts: 318
  • Loc: ChicagoLand, IL, USA
  • Status: Offline

Post October 5th, 2005, 12:30 pm

Only works on regular links, the Moderators and SuperModerators and Admins all go back to their original color.

This would lead me to believe that they have extra code on the mouse out that restores that color. Seems it would be pretty easy to add that to the regular links as well so my view of Ozzu doesn't look so bloddy evil compared to everyone elses... :)

Then of course, it might not matter to change it for the 2% of us using Opera...
Alan Lastufka | Fall of Autumn
  • pramitroy
  • Guru
  • Guru
  • No Avatar
  • Joined: May 19, 2005
  • Posts: 1284
  • Status: Offline

Post October 5th, 2005, 12:35 pm

The links turned red by mouse over cannot be retained.
  • Alan Lastufka
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 21, 2004
  • Posts: 318
  • Loc: ChicagoLand, IL, USA
  • Status: Offline

Post October 5th, 2005, 12:42 pm

But the links to the Mods and Admin user profiles, which turn red when I roll over them, do restore to their original colors on mouse out.
Alan Lastufka | Fall of Autumn
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 5th, 2005, 1:08 pm

I'll point this out to Bigwebmaster when I see him later. I'm not sure if he saw the original post on this. He's the only one that can do anything with the actual code here.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post October 5th, 2005, 3:28 pm

Only difference I see between thoose links is an inline style applied to the admin/mod specific ones.
Code: [ Select ]
style="color:#123456;"

Which leads me to believe that this line in fader.js is not able to access the original color of other links. (approx line 56)
Code: [ Select ]
        if (opera) cc = document.links[index].style.color


Making this edit seems to get things going in Opera 8.5
Code: [ Select ]
        if (opera) cc = document.links[index].style.color
        else if (ie) cc = document.links[index].currentStyle.color
        else if (dom) cc = document.defaultView.getComputedStyle(document.links[index], '').getPropertyValue("color");
  1.         if (opera) cc = document.links[index].style.color
  2.         else if (ie) cc = document.links[index].currentStyle.color
  3.         else if (dom) cc = document.defaultView.getComputedStyle(document.links[index], '').getPropertyValue("color");

Code: [ Select ]
        if (false) cc = document.links[index].style.color //if (opera) cc = document.links[index].style.color
        else if (ie) cc = document.links[index].currentStyle.color
        else if (dom || opera) cc = document.defaultView.getComputedStyle(document.links[index], '').getPropertyValue("color");
  1.         if (false) cc = document.links[index].style.color //if (opera) cc = document.links[index].style.color
  2.         else if (ie) cc = document.links[index].currentStyle.color
  3.         else if (dom || opera) cc = document.defaultView.getComputedStyle(document.links[index], '').getPropertyValue("color");

I'll leave it to Bigweb to verify though.
Thanks for pointing this out Alan. :D
Strong with this one, the sudo is.
  • Alan Lastufka
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 21, 2004
  • Posts: 318
  • Loc: ChicagoLand, IL, USA
  • Status: Offline

Post October 5th, 2005, 3:38 pm

joebert wrote:
Thanks for pointing this out Alan. :D

No prob. That's what happens when you get stuck working late alone at the office and have nothing to do, so you decide to make every link change bright red, just because you can, and then the darn Admin and Mod links won't stay changed and it messes up the whole thing... lol
Alan Lastufka | Fall of Autumn
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 5th, 2005, 4:59 pm

That might help Joebert. Bigweb was trying to decide whether to try to fix it or just remove it. That might make it easier for him to decide.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Post Information

  • Total Posts in this topic: 23 posts
  • Users browsing this forum: No registered users and 14 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.