Skip to main content

All Questions

Tagged with
-1 votes
0 answers
16 views

How does browser control + f search works? If I added a search bar on my page and want to apply same logic to get highlighted words which are written [closed]

When I enter "Control + F" on a browser then there is a search bar in the bottom in which if we search any word, then all the words related to that are highlighted. So I have added a search ...
Awais's user avatar
  • 9
0 votes
0 answers
13 views

How can I make a flexbox column with a long email value expand to fill available space without leaving empty space? [duplicate]

I have three columns using flexbox, but they are not equally spaced. The email column has a long value, so I used max-width to truncate it with an ellipsis ("..."). However, when the ...
Jon You's user avatar
  • 53
0 votes
1 answer
20 views

card slide animation not occuring on both sides

I wanted to make an animated cared slider similar to the image below for my website: https://i.ytimg.com/vi/Xh-wIMqohD0/maxresdefault.jpg Everything is perfectly fine and functioning properly. Except ...
demosewa's user avatar
0 votes
1 answer
10 views

Embed on web page a Twitter Video, just like a YT video

(Complete beginner here, fighting to assemble some web page.) If a "copy video address" in X (Twitter), I get something like: https://x.com/i/status/1814440131505598541 If I get the embed ...
Jada's user avatar
  • 1
0 votes
0 answers
15 views

Desynchronized hover elements on touch devices

I've created a simple HTML that includes an image with a 3px white border around it and text below the image. Here is the HTML: https://jsbin.com/rofisiwoya/edit?html,output When you hover over the ...
Ghoul Angel's user avatar
0 votes
0 answers
15 views

Selecting elements in HTML using tree generator extension

I have recently been trying to understand how to select elements and manipulate them using the html tree generator and JavaScript. How do I select the second last element of the last element child and ...
Kepher Ashitakaya's user avatar
-2 votes
1 answer
34 views

Is it possible to execute a bat file from JavaScript running in modern browsers? [closed]

I have a question – is it possible to run a BAT file with JavaScript in a local HTML document? My Batch file's purpose is to sleep/hibernate the computer, and looks like this: rundll32.exe powrprof....
winikol's user avatar
1 vote
1 answer
23 views

multiple charts with amcharts 5

I'm developing a web application for a college project, in which I'm using the amcharts library to generate some graphs, however, I can only generate one graph in div's with the id "chartdiv"...
José Maciel's user avatar
0 votes
2 answers
41 views

JS not opening a button as intended

I'm working on a header section in HTML and decided to learn JavaScript in this project. I'm also using TailwindCSS, with a few specifics I included in a different .css file. I got the JS code from ...
2MUCH's user avatar
  • 1
0 votes
0 answers
24 views

HTML form not populating correctly, What am I doing wrong?

I have a javascript application where I need to save the user selections in a HTML form that I need to retrun to the form when the user returns to the page with the form. I have implemented solutions ...
Youssef Ismail's user avatar
0 votes
0 answers
27 views

How can I avoid cursor to jump to invalid fields

I have code like this: <div class="form-wrapper"> <div class="form-input"> <span class="form-name">Date des faits</span> ...
JSmith's user avatar
  • 4,780
0 votes
0 answers
13 views

height of an iframe in a Confluence app continuously expands infinitely when the html and body elements are set to 100% height

Issue Overview: We're encountering a persistent problem with our Confluence app where the iframe height continuously expands indefinitely. This issue arises when we set the html and body elements to ...
John Q's user avatar
  • 1
0 votes
0 answers
38 views

Is it possible to "undeclare" a script block in HTML? [duplicate]

I'm developing a web app which dynamically loads and unloads the contents of a a <div> block, which acts as a sort of page system. The problem The problem starts with the fact that I sometimes ...
Codrut's user avatar
  • 348
0 votes
2 answers
36 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 784
0 votes
2 answers
30 views

How to compare two tsx elements in react + tsx

i want to compare two react tsx elements. i am still new to react and tsx. but i am unale to do so even after copying and pasting the exact elements to compare. Can you tell me why and how to fix it? ...
Anirudh Agrawal's user avatar

15 30 50 per page
1
2 3 4 5
33481