Posts by rachelb • 43 points
3 posts
-
0
votes0
answers130
viewsQ: How to make continuous cycle2 Carousel without pause?
I’m using the first example of this page http://jquery.malsup.com/cycle2/demo/carousel.php , but I don’t want you to have this break in the transition. I would like you to keep running the images…
-
0
votes1
answer40
viewsQ: Windows Phone ignores breakpoints
How to solve the bug of viewport on Windows Phone? I use the code below, which is for him to change the background on the Smartphone, but it continues with the background 1200px. @media (max-width:…
-
4
votes2
answers922
viewsQ: Change Css with javascript when clicking
I have a css circle and half of it is hidden. When you click on it, I want the hidden part to appear. When you click back, I want him to hide again. I made the following javascript code, the problem…