Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Weird flashing box on rollover
Old 07-23-2009, 05:15 PM Weird flashing box on rollover
Junior Talker

Posts: 3
Name: Allison
Trades: 0
Hi, I think this is a Javascript issue, but I'm not sure, maybe you can help!

It's pretty simple - all the boxes on kellyforcouncil.com turn gray when the mouse rolls over them, and I don't know why! They just started doing this when I added an email signup form on this page: http://kellyforcouncil.com/?page_id=59

I've looked through the page source but can't figure it out. Any help you can offer would be very appreciated. Thanks!
pineapplehead27 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-24-2009, 11:42 AM Re: Weird flashing box on rollover
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
You have a script that is adding a class called "over" to the <tr> that holds the page content.
The script contains this:
Code:
jQuery(".post table tr").mouseover(function() {jQuery(this).addClass("over");}).mouseout(function() {jQuery(this).removeClass("over");});
If you don't want anything to change to a gray background on mouseover, you should be able to just get rid of those lines. If you want certain parts to turn gray on mouseover, then add a more specific selector for those areas. Maybe give them a special class.
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Weird flashing box on rollover
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09449 seconds with 12 queries