You can no longer comment on this thread as it was closed due to no activity for a month.
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
To understand the issue please follow this link... [link]
If you hover over the white squares an error occurs as the box either disappears or turns to text, those boxes are supposed to stay as white boxes whislt the thumbnail images show info on hover.
If you view the (jquery.hoverdirinline.js) you can see that I have it pointed to ('.da-thumbs > li'). This makes the jQuery create a hover effect over all content boxes with (li) tags. I need to either remove the (li) tags from the white boxes or somehow exclude them from the hover effect.
I appreciate this might not be the clearest question, basically I need to disable a jQuery plugin from effecting all listed divs while keeping the boxes side by side as a functioning layout.
Thanks in advance for any advice, also if you have any other bits of advice to make my code more efficient that would be great.