Skip to content

Tag: css

Is it possible to make a squiggly line?

If I wanted to make a horizontal line, I would do this: If I wanted to make a vertical line, I would do this: A curved line is trickier, but possible using border-radius and wrapping the element: But I cannot even fathom how I could generate squiggly lines! Is this even remotely possible using only css (and j…

Bootstrap Dropdown with Hover

OK, so what I need is fairly straightforward. I have set up a navbar with some dropdown menus in it (using class=”dropdown-toggle” data-toggle=”dropdown”), and it works fine. The thing is it works “onClick”, while I would prefer if it worked “onHover”. Is there …

Change image on scroll

On my website is a fixed image. This image should be “animated”, meaning that the single frames of the animation should be iterated. So the idea is to have an array of images and that every time the user scrolls, the array is iterated and the displayed image changes, thus creating an animation. I&…

jQuery doesn’t respond: JSFiddle?

Here is my JsFiddle link. I’m testing that jQuery works, but it doesn’t. Have I made any mistakes? I have checked documentation of jQuery and everything seems to be okay. What’s wrong? Answer Select the library first as given in the image below Then you can call jQuery as below Check out thi…

Change background-image size in javascript

I have been attempting to put a repeating background image on a website, with the basic CSS however, id like to be able to change the size of the image im using on refresh, using javascript. CSS has the function but unfortunately the COM style object doesnt – see here for what it can do for backgrounds.…