Tagged Questions

6
votes
3answers
560 views

Draw arrow between lists

Is there any way to dynamically draw an arrow between the two highlighted list items? So if I hovered over "Item 2" it would do this (but a straight arrow): Item 1 Highlight 3 Item ...
4
votes
3answers
109 views

non-rectangular hoverable area

I would like to have an arrow which will do something on :hover but only when the arrow itself is hovered (not the rectangle which delimits its width and height). In short, when you hover on the ...
4
votes
1answer
660 views

Drawing arrows with different width on an HTML page

I want to draw some arrows in the page,and through this post: I got the WireIt,but the arrow generated by wireit all have the same width,I want it withthe different width. For example: At the start ...
1
vote
4answers
6k views

Access Div Contents using Up and Down Arrow Keys using javascript

I have a Div Tag which contains 4 child Div Tags <Div id="Parent"> <div id="childOne">ChildOne </div> <div id="childOne">ChildTwo </div> <div ...
0
votes
0answers
174 views

Drawing create arrow (Don't know how they did it) [closed]

So sudden I have the thought of how to draw the "curving arrow(quite free style)" that shown at some website pointing to certain element or stuff. Can't remember where to show this example but that ...