My (epic) navbar gets messed up when the window is to small, how can I have it shrink proportionally to the page? I've tried a few things but it just shrinks th
I have a problem introducing a js function inside ftl. I have a javaScript function which converts a value from bytes to kilobytes, on the other side I need to
I am attempting to add an inertia type effect to my parallax background which is based on the current mouse position. I have found a script that can take the po
I'm using getUserMedia to make a website that can display a camera stream. The problem is, my code works on computer, but not through a mobile browser. Does any
I am having big trouble with my website as it is not being responsive. I already included the required script for adjusting page to device width on the html :
I would like to align all tags for a given article in one line. If all the tags can fit in one line, then I want to display all of them, like this: But, if the
Let's say you have a HTML5 <video> element with an MP4 video source: #video { width: 400px; } #text { font-size: 30px; background-color: yellow; } &l
I want to have the result of html page but after application of the javascript. If you prefere what i need is to have the html output and not the page code. See
I have the following anchor tag in an html document that I want to extract the link and the text from: <a href="https://www.catholicgallery.org/bible-drb/act
I have to do a click-and-drag solution for a background image in Vanilla Javascript for a project. I found this solution using jQuery in Codepen. Can anyone hel
I have this SocialNetworks.vue component <template> <div class="socialNetworks"> <SocialLink to="https://twitter.com/" icon="twitter.svg" n
I have two simple HTML forms on one page. I want to create Django view to submit multiple Django forms. I can submit form1 but I have no clue how to submit form
I've done a project from frontendmentor.io (stats-preview-card-component) with HTML & CSS. Everything work well but when I decrease the width of viewport in
I have this <Select> to choose which type they want to input <select class="form-control" id="exampleFormControlSelect1" v-model="exType"> &l
I have a table with checkbox option for each row. For each row I have href (dedicated link) handled by HTML file. I have created a button called: "download" by
This is one of the materialize-modals Im using in my file: <li class="logged-in"> <a href="#" class="grey-text modal-trigger" data-target="modal-sig
I have a multistep form with fieldset, but on the next button click, it is not going to the next step it still shows the required field is empty. Blade <form
according to the DOM Core, Attr objects inherit the Node interface, but since they are not actually child nodes of the element they describe, the DOM does not
I want to pass the data on a form placeholder without user input, want to know if that is possible... Below is my form in view @extends('layouts.app') @section
Everything works in landscape mode it outputs like this: value#1 value#2 value#3 But when screen width is < 500px it outputs like this: value#1 value#2