html Questions

2

I know I used the word select a lot there... sorry. Anyway, I am looking for a CSS Selector that I can use to identify HTML Select elements on a page that do not have a selection made yet so that ...
Edmondo asked 11/7, 2013 at 15:30

2

Solved

Currently I build my Gradle app by running gradle clean build. This exercises JUnit tests and produces XML test results in my project under build/test-results. I would like to configure my build.gr...
Darg asked 21/9, 2014 at 20:31

3

Solved

In React, Autocomplete Chrome values don't trigger onChange event immediately. Thus it causes a collision of MUI TextField Label and actual values, during initial loading of page. How can I resolve...
Piane asked 3/8, 2023 at 18:26

5

Solved

I have an form that I want to automate using Cucumber and Selenium Webdriver in Java - in this form, we have a card element which we use from Stripe. We call the div, and stripe does the rest. I'm ...
Fletafletch asked 15/2, 2018 at 10:58

5

Solved

I would like to create a select dropdown that contains all values from a column with each value only appearing once. Is there a way to achieve this in JavaScript or jQuery assuming I have a basic...
Azine asked 21/11, 2013 at 21:27

3

Solved

How to make modal without javascript code with just html and css? I have a project that I can't use javascript and I need modal. <!DOCTYPE html> <html> <title>W3.CSS</title&g...
Schaerbeek asked 25/2, 2019 at 18:0

2

Noob question but I want to be able to quickly comment HTML code using keyboard shortcuts in VS Code. The problem is I get this: <!-- <div class="whatever"> <h1>Hellow Wor...
Undergarment asked 2/3, 2018 at 8:3

11

Solved

<input name="e_password" id="e_password" type="password" autocomplete="off" /> The above is a password field which for some reason, is automatically filled only in Mozilla (not in Chrome an...
Sharynshashlik asked 25/7, 2015 at 8:45

9

Solved

So i'm getting this error on my mvc project while working on my form. The error indicates that I haven't closed the form tag properly. However, as you'll see below, I have closed it properly. <f...
Domain asked 27/11, 2020 at 9:55

4

Solved

I came across a browse file dialog-control tag in html and the tag was <input id="myfile" name="myfile" type="file" accept="application/pdf"/> but the 'accept' attribute doesn't seems to ...
Liv asked 24/3, 2010 at 4:26

3

Solved

I want when the user scrolls from the bottom to the top of a div to load more items into that div to the top part of the div and I want to maintain the scroll position (or rather make sure the top ...
Terrorize asked 24/6, 2020 at 16:39

3

In my project, I have a scrollable list of items, and each item has a menu that is opened when its activator button is hovered. By default, v-menu elements are attached to the v-app element, which...
Carruthers asked 24/5, 2018 at 4:12

1

I am trying to make the format showed with the html input attribute type="date" from English format to European format. I only want to display the European format to the user, but not aff...
Bunkum asked 22/2, 2022 at 12:29

2

Solved

I have a form wherein I'm trying to insert a static image file in between an if-else loop in HTML. Here's the source code of the template: <!DOCTYPE html> <html> <head> &...
Toothpaste asked 29/6, 2015 at 14:9

3

On android, using html5 video tag to load a video, before video loads, the placeholder image is a grayish image with a big "play" icon on it, suppose I don't have a poster image for the video so I ...
Danielledaniels asked 5/10, 2016 at 13:19

2

Solved

When you send a link via text, facebook message, or any mainstream messaging client you'll notice it generates a "rich preview". This is basically an image that pops up of the website you are linki...
Twodimensional asked 13/2, 2018 at 3:28

2

I'm using the following HTML, CSS and Javascript to disguise a video player as an audio player. It works perfectly in Firefox but in Chrome pressing the play button does not actually play anything....
Mischievous asked 25/9 at 6:5

4

Solved

The <dialog> element will receive focus once it is opened and I know that this is the intended behavior. However, I thought about using a <dialog> element to show a short notice at the ...
Osman asked 1/6, 2022 at 18:38

4

Solved

Should <main> be considered something important to put inside <section>? Like having many articles with <main> 'article' in <section>? If not then how to use them together? ...
Porism asked 28/12, 2013 at 14:17

3

I understand how to zoom a small canvas to make a big canvas with chunky, rather than blurry, pixels. Is there any way to make a whole webpage display with chunky 2x2 or 3x3 pixels? i.e. magnify it...
Strengthen asked 14/3, 2021 at 12:47

7

Solved

I have a problem in determining browsers. I've tried using navigator and well, it did not help. I used alert(navigator.appName); to determine the browser and I'm currently using Google Chrome, when...
Lanugo asked 8/5, 2012 at 20:26

7

Solved

So I have a simple script that adds "li" elements to the "ul" and assigns them a class. Now I want to change the class of "li" item on click event. Here is the HTML: <form class="form"> &lt...
Cristacristabel asked 8/2, 2017 at 11:27

5

Solved

I know, there are similar questions on SO, but the answers didn't seem to work for me. My table has got a cell that fills multiple rows, and I want the textarea to fill the whole cell. The code tha...
Standfast asked 15/2, 2017 at 21:34

5

Solved

I am a rookie for front-end development. Recently, I wrote codes like: <div style="background-color:red"> <img src='https://www.logaster.com/blog/wp-content/uploads/2013/06/jpg.png'...
Waterfront asked 29/6, 2016 at 6:6

4

Solved

I currently have a <dialog> which I am opening via JS. For demonstration purposes, my dialog has a single <button> element within it. My issue is, when I open the dialog using .showMo...
Lawabiding asked 14/5, 2020 at 12:55

© 2022 - 2024 — McMap. All rights reserved.