Skip to main content

All Questions

Tagged with or

Question list filters

Filter by
Sorted by
Tagged with
Score of 2
1 answer
97 views

I have the following simple program in HTML and JavaScript: <body> <div id = "button-container" class="synth"> <button class = "note" id = "...
Score of -2
0 answers
72 views

The admin section of our site has a mix of American and British users, who are sometimes located in each other's locales. For date chooser inputs, I have previously used the datepicker JavaScript ...
Score of -3
2 answers
160 views

I'm trying to make it so that each button opens up a different dialog box. The script I use only allows for one dialog box, but not the other. <html> <style> body{ ...
Score of -3
0 answers
84 views

When using an iframe, I noticed that scrolling behaves differently when the mouse is hovering over the iframe. What I would expect is that if the iframe has nothing to scroll (iframe has the same ...
Score of 0
1 answer
69 views

I'm trying to customize some form elements (input, button, select, etc.) with CSS to apply a glassmorphism effect, although it appears that on iOS a white background is slid under it which makes all ...
Score of 2
1 answer
103 views

the Mozilla developer network's article on <th> says that scope "Defines the cells that the header (defined in the <th>) element relates to". What does it mean for a cell to be ...
Score of 1
0 answers
55 views

We are using eleventy and its image plugin to display images. The content is markdown converted with MarkdownItFootnote, e.g: ![cartouche image](../assets/images/lhote1839-p110.PNG) In our local ...
Score of 0
1 answer
105 views

I have a project in ASP.NET Core MVC. In this project there is a model with property type bool. In the model class, I have this property: public bool? IsConfirmed { get; set; } The scaffolding ...
Score of -4
1 answer
112 views

I'm using flex for a drop-down menu. I want the desktop display to be as viewed on Firefox, to be the same on other browsers (Chrome, Safari, etc.) Hamburger menu displays fine on all mobile ...
Score of 2
1 answer
143 views

I got a div in JavaScript, which has two classes one for category (specific for each) and one for CSS styling. I got that div correct div in .closest method but I want to fetch its category class ...
Score of 1
1 answer
163 views

On this site, different parts of a simple <div> are rendered with different styles. Here is the <div>: <div class="ods-price__value" data-v-b273d44f="">4.99*</...
Score of -4
3 answers
124 views

So I know you can code text in HTML like this: <p>Short text</p> And for longer blocks of text, you'd indent everything inside the <p> tag, like this: <p> Okay just ...
Score of 0
0 answers
56 views

I feel like there should be a way to do this. How would I dynamically change the width of the #main based of the amount of .content? I believe I'd have to use :has() and the nth-child selector, as ...
Score of 2
1 answer
54 views

I'm adding structured data to a client's website to improve local SEO visibility in search results. Trying to implement the LocalBusiness schema using JSON-LD in the <head> of a static HTML page....
Score of -1
0 answers
110 views

document.documentElement.innerHTML = '<body style="margin:0;border-top:15px solid black;"></body>' getComputedStyle(document.body).borderTopWidth '14.5455px' document....

15 30 50 per page
1
2 3 4 5
79025