|
I'm 99% sure that your problem is with the z-index. If you have any elements with a z-index higher (or above) the links, then the links will deactivate. Or seem to, at any rate. Try to eliminate any unnecessary z-index properties and try to give all the links a similar level.
Also, why did you put this in the JavaScript section and not the CSS section?
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
Last edited by stevej; 08-16-2009 at 06:40 PM..
|