Skip to main content

Question list filters

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

I have the following simple program in HTML and JavaScript: let Soundon = 0; document.addEventListener('click', function(evt) { let Key = evt.target.id; if (Key == "btn1") frq = 200; if (Key =...
Score of -2
0 answers
85 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
169 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 0
1 answer
70 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
104 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
56 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
109 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
114 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 0
1 answer
165 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
57 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
55 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....
Score of 0
1 answer
95 views

I am migrating a WordPress site to static HTML hosted on a VPS (Nginx). I need to preserve existing extensionless URLs (e.g., /partnerships/) for SEO purposes while maintaining clean, modular code for ...

15 30 50 per page
1
2 3 4 5
79025