0
votes
4answers
57 views
Hover using jQuery
Having a bit of problem debugging my jQuery code...
In order to allow hover effects on block elements (such as div) in IE, I want to use jQuery to do the trick instead of css. My …
0
votes
1answer
42 views
jQuery Hover Problem - Hover Triggers on Mouse Move
For reference: http://www.favsav.com/-public
You'll notice that if you hover over a list item, the meta data slides up. If you leave your mouse still on top, and then move a smidg …
0
votes
4answers
34 views
MVC, jquery, hoverIntent, Error: Object doesn’t support this property or method
I am having one heck of a time with hoverIntent. I keep getting "Error: Object doesn't support this property or method" popping up. If I change .hoverIntent to .hover, it "works" …
1
vote
3answers
41 views
How can I reveal content and maintain its visibility when mousing to a child element?
I'm asking a question very similar to this oneādare I say identical?
An example is currently in the bottom navigation on this page.
I'm looking to display the name and link of th …
0
votes
6answers
573 views
Using JQuery to display database information on a hover
Hi guys,
I'm trying to something with JQuery similar to Red Box. I'd like to be able to hover over an entry in a table, and then have a box popup that displays information about th …
1
vote
1answer
76 views
How to get hot node coords of TVirtualStringTree?
Hi. I'm trying to paint VirtualStringTree's cell differently when mouse is over it. How can I detect the coords of hot node? I know there's a HotNode property but it returns only N …
0
votes
0answers
5 views
Help solving jq.imghover1.1 problem when container for images is absolute positioned!!
I'm working in a site with the plugin jq.imghover1.1.js for jquery.
The plugin works great almost in any circumstances, but I did a position:absolute for a div that contains the im …
0
votes
3answers
36 views
Jquery Animate on Hover
I have a text which I want to animate when am having a mouse over it
for eg:
$(".tabb tr").hover(
function(){
$(this).find("td #headie").animate({marginLeft:'9px'},'slow')
…
0
votes
2answers
61 views
Eclipse: Hover broken in debug perspective
Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable's value. Instead, hover behaves as if I were in normal Java perspective:
I've …
7
votes
8answers
311 views
Xcode Developer Documentation Link Hover Jumps To Top
I don't know how I got into this state, but the Xcode documentation window has been exhibiting this strange behavior of "jumping to top" whenever I hover over a link in one of the …
0
votes
2answers
26 views
CSS Hover attribute on sub-element rather than entire element
Hopefully this makes sense - my html is as follows
html
<a href="#" class="someclass">An <span class="sub">Interesting</span> Link</a>
where the css is …
1
vote
3answers
39 views
Whilst using drag and drop, can I cause a Treeview to Expand the node over which the user hovers?
In brief:
Is there any built-in function in .Net 2.0 to Expand TreeNodes when hovered over whilst a Drag and drop operation is in progress?
I'm using C# in Visual Studio 2005. …
0
votes
8answers
192 views
Hover FadeIn FadeOut
I am trying to create a hover over action which brings in a coloured image and also once the hover is removed it fades back to its original image.
Currently it fades out the image …
0
votes
2answers
56 views
help with hover function
Any help would be appreciated...
I am trying to create the effect of a colour photo fading through from black and white. The fade in works but its fading the black and white one …
0
votes
2answers
55 views
asp.net hover over label
I'm looking for ideas on what I was hoping to implement.
I had a asp label that I would like to set a max cap for the amount of visible characters in it (not a character limit on …
