Posts by ACFK • 26 points
3 posts
-
0
votes1
answer31
viewsA: Rollover menu links do not work
When using text-indent you are moving the link to the right, off the screen inclusive. Try to start the image as background <li><a href="index.html"></a></li> css nav ul…
-
0
votes3
answers112
viewsA: How can I specify a "Transition" value to be animated when using "Transform"?
Try to use transform-origin: bottom right;
-
1
votes3
answers850
viewsA: Remove field Hidden jQuery
Note that when you run $("#remover"+idProspect).remove();, remove() refers only to $("#remover"+idProspect), then in addition it would be necessary to do it also for adding input…