Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. J

    JavaScript Jquery-popup is to wide at mobiles

    I think I got it: $( document ).ready(function() { $(".formaal").change(function(){ update_formaal(); }); $(".formaal").keyup(function(){ update_formaal(); }); var wi = $(window).width(); if (wi > 2000) { $( "#dialog"...
  2. J

    JavaScript Jquery-popup is to wide at mobiles

    That's perfect. Thank you so much :) Is it also possible to set a max. width: if (width of viewport > 2000 ) then width: 2000, else width: $(window).width() * 0.8,
  3. J

    JavaScript Jquery-popup is to wide at mobiles

    Hi. I have a contact form that I have made responsive. But I have problem with a Jquery-popup, when it's shown at mobiles. It's to wide because width is set to 800px. Is it possible to set the width according to the width of the device. My javascript code: $( document ).ready(function() {...
  4. J

    HTML & CSS CSS - issue with footer

    Wauw - thank you so much. You make my day:):)
  5. J

    HTML & CSS CSS - issue with footer

    Hi. I have a issue with the footer, when right column is shorter than the other. If the right column is the longest, then the bottom is displayed correctly. I hope for some suggestions for a solution. Thanks a lot :) Please check this site and code: URL: https://kalendersystem.dk/responsive/...
Back
Top Bottom