Posts by Marcelo Lins de Carvalho • 33 points
5 posts
-
-1
votes3
answers11209
viewsA: Centering using the Absolute position
Hello, I was with this doubt too and put in the div with absolute the left and the right with -50% div{ position: absolute; top: 0; left: -50%; right: -50%; width: 100px; height: 100px; background:…
-
0
votes1
answer149
viewsA: Add jquery lightbox to a mapped image
I found the answer on the site where I lowered the plugin: https://html5box.com In the part where you have "recently Asked questions", have a question about how to activate the effect using…
-
0
votes1
answer149
viewsQ: Add jquery lightbox to a mapped image
I have an image I’m mapping and I want to put a link in some points, only when clicking these points I want you to open a window using some jquery plugin (lightbox type), to give a better effect,…
-
1
votes1
answer1382
viewsQ: Add a tag to another tag using Javascript
I have a jQuery that I use on a website that I’m doing that applies the zoom effect on an image. Only when I hover the mouse over the image and it zooms in, jQuery creates another IMG tag with the…
-
2
votes3
answers512
viewsQ: Create element only in the first mouseover
I’m making a website and has an image on it that activates a Javascript function through onmouseover using a function. One of these methods I used in Javascript adds a new tag to a span with an "X"…
javascriptasked Marcelo Lins de Carvalho 33