View Single Post
Old 04-14-2009, 01:26 AM   PM User | #2
Iszak
Regular Coder

 
Iszak's Avatar
 
Join Date: Jun 2007
Location: Perth, Western Australia
Posts: 332
Thanks: 2
Thanked 58 Times in 57 Posts
Iszak is an unknown quantity at this point
Okay well It's obviously a JavaScript issue.. but it's a CSS issue too, because the JavaScript is adding this code
Code:
a:active {
  letter-spacing: 1pt;
}
Which is what causes the effect.. The only thing that you've added is the JKPanel script, and if it's not that the only other thing is jQuery itself, which I doubt, so remove the script if it still produces that result, then maybe look into the code (Which I've done, but I don't see anything out of the ordinary).

If that still doesn't work, and you're looking for a quick fix maybe attempt to set the setting yourself via both CSS then jQuery - this isn't what I'll deem a fix, but it's a solution. The weirdest thing about this is, if jQuery is adding some CSS to it, I would see the inline style, but I don't see it. It's definitely a weird case.

If all else fails, maybe look into getting another script, sorry I couldn't help anymore.
Iszak is offline   Reply With Quote
Users who have thanked Iszak for this post:
utimonte (04-14-2009)