Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
41 views

How to keep a HTML Submenu Opened When Clicking on Other

I am trying to keep the submenu open when opening another submenu. Currently, my code closes all previously opened submenus when trying to open another one. Right now, my code closes any previously ...
Vismaya's user avatar
  • 27
0 votes
1 answer
178 views

javascript and CSS3 translate Y dropdown

I have a dropdown div that it have a open/hide button, I want to transform: translateY(-280px); the div for slide-up. the problem is in different devices, transform: translateY(-280px); is different! ...
aref razavi's user avatar
-2 votes
1 answer
1k views

CSS - on hover image half slide up [closed]

Want same result as code below but instead of background want hover on image On image hover want to slide up with content The code h1 { margin: 0 } .box { height: 200px; width: 300px; ...
omkar's user avatar
  • 67
1 vote
1 answer
903 views

How to slow down dropdown box by CSS or jQuery

I have built a dropdown button,but have no idea how to slow the the dropping process: Html: <div class="dropdown"> <button onclick="myFunction()" class="dropbtn"&...
William's user avatar
  • 3,990
0 votes
3 answers
104 views

Black background slide up

It is probably very simple but i'm stuck trying to make a homepage automatic background slider like here : https://www.jackdavison.co.uk That's probably Jquery but I found a way to have something ...
charlie's user avatar
1 vote
1 answer
2k views

How to slide up/down div on touch?

I'm creating a website where I want a div box at bottom of the page which is just a little exposed with a title of what it has inside it like say 'More about this place' and that contains options like ...
Abhi's user avatar
  • 65
0 votes
1 answer
277 views

onload slideDown of a div, slideUp the div on button click [duplicate]

i am attempting onload slideDown. when the page is opened, the div is slideDown automatically after 2 seconds. the div consist of responsive image and a button called "z-indexed". now what i need is ...
user avatar
0 votes
1 answer
578 views

how to make slide up default open with jquery script?

I found this script on stackoverflow, and really helped me. I have tried to make it default open (default slide up), without eliminating slide down. But I did not succeed. Can anyone help me for ...
Abdullah's user avatar
0 votes
1 answer
105 views

Show a portion of a <div> instead of display: none for slide up text reveal

I'm using CSS and JQuery to create a slide up text reveal on hover. My challenge is that I can only create this effect by using a display: none; property on the classes ". I'd prefer to have the ...
sanzanobi's user avatar
1 vote
1 answer
4k views

slide Up animation

I'm trying to reproduce the top image animation .nico{ width: 350px; height: 200px; position:relative; overflow: hidden; } <link href="https://cdnjs.cloudflare.com/ajax/...
sonia maklouf's user avatar
0 votes
1 answer
632 views

jQuery slideDown/slideUp laggy animation on Android devices

I have problem with jQuery slide animation. I'm trying to make menu which is hiding when user scrolls the page. Here is live example (works only on mobile): $(document).ready(function() { if ...
JohnnyXecutor's user avatar
0 votes
1 answer
607 views

jQuery slideUp and slideDown on a div with a fixed position?

I am trying to slide up a header on scroll down and show again on scroll up Can you use jQuery slideUp and slideDown on a div with a fixed position?
Paul Stephen Davis's user avatar
0 votes
1 answer
60 views

Want to slideup fixed area with jQuery and CSS

I'd like to implement a function as slideUp of Magic. I wrote a code following this, and here is my sample page. <!DOCTYPE html> <html> <head> <title>Learning jQuery</...
yamachan's user avatar
  • 1,079
-2 votes
1 answer
210 views

Footer behind content BUT set px automatically [closed]

This is what I want: jsfiddle.net/zVLrb/ from: here But I do it by bootstrap, so I don't know-want to set the height as for example 200px but recognize aytomatically Thank for the answers...
Bbabis's user avatar
  • 195
1 vote
2 answers
166 views

jQuery slideup affects the upper part of the div

Whenever I try to SlideUp() the div of mine, I notice it actually doesn't only slide up from the bottom to the top, but also a bit from the top slides down towards the bottom part. Now, I don't know ...
P. Nick's user avatar
  • 985

15 30 50 per page