Relative Content

Tag Archive for javascriptcss

A list appearing within a scroll is being cut off

I make a list appear, with absolute position, of some buttons. This list is behind a div above, making the list cut off. I already tried to z-index the list and the div that is in front, but it didn’t work.

Passing values between JS-functions and CSS-properties

var coef = 1; function enlarge(value) { coef = value; } document.getElementById(‘shadow’).addEventListener(‘mouseover’, enlarge(2) ); document.getElementById(‘shadow’).addEventListener(‘mouseout’, enlarge(1) ); .set(‘.img’, { … transformOrigin: ‘50% 50% ‘+(500 * coef)+’px’, … }); Here you can see that the CSS-property transformOrigin: is located inside the function .set(…) . I can’t change the function .set(…) and change the CSS-properties in any […]

Slides no. 4 and 5 are not showing

I’ve this slideshow that is written in HTML, CSS and some jQuery. Slides number 4 and 5 are not showing. It works until slide number 3.

Someone stole my crypto from a page that looks like Kraken

I have the source code from the page. I’d like to know if anyone can look at the .js and .css file to help me figure out if there’s any way of figuring out who this person is? Or if there’s a clue in there, as to any connections that might help out.