1,188,547 questions
0
votes
0
answers
46
views
How to store a light and dark theme with HTML/JS using a dropdown box? [closed]
I am currently working on a light and dark theme for a website that several others and I are designing. Currently, I have an html dropdown box that allows you to select a color theme option, and upon ...
0
votes
0
answers
18
views
How do I add horizontal padding to the scrollbar?
On the picture, you can see what the scrollbar must look like.
It must have a horizontal padding, as if the track with the thumb were 'pushed' inside the scrollbar.
How do I achieve such horizontal ...
-5
votes
0
answers
42
views
Why using JavaScript for changing HTML and CSS? [closed]
My Question is that when i can directly change HTML and CSS properties then why we will change the different properties using JS code like by fetching html elements by ID,class name etc. and css by ...
0
votes
2
answers
31
views
How to pass a parameter to php file
I want to create an app in which you can drag-and-drop your local file and upload it to a web server.
I made it.
My next challenge is you can upload your file into a different folder depending on who ...
0
votes
0
answers
16
views
Firefox target= behaviour
I am building a web-based app that opens different areas in tabs using the target= property in the <a> tag. For example:
<a href="/trucks" target="myapp_trucks">Trucks&...
-3
votes
0
answers
23
views
Issue on iPhone: "Can't open this page" Error — Triggered During Navigation Menu Events [closed]
Issue Summary: I've implemented a three-layer navigation menu on my site. The issue arises after repeated interactions with the menu — the page eventually reloads unexpectedly, and just before the ...
-1
votes
0
answers
19
views
security policy limitation of Apps Script
I'm working on a setup where the REAL PROJECT Google Sheet calls an HTML form that's hosted in a separate ADMIN PROJECT via a Web App URL (e.g. https://script.google.com/macros/s/AKfyc.../exec?func=...
-3
votes
1
answer
40
views
Make images scale within a div element [closed]
I have a [div] that contains a list of paragraphs and a single [img]. I'd like the image to scale itself so that the total content doesn't overflow the [div]. That is, if there's more text, then make ...
0
votes
1
answer
25
views
Bootstrap Dropdown menu doesn't pop out of responsive table
So I am running in to an issue where I have multiple Bootstrap dropdown menus that appear onClick within a Bootstrap responsive table. However these dropdown menus are supposed to overflow the table ...
0
votes
0
answers
26
views
Radio buttons vs tabpanel in regards to accessbility
I have an question on how to best write the code in terms of accessbility and whether it is incorrect to use a tabpanel in place of radio buttons.
I have a subscription form. When the user is asked to ...
0
votes
0
answers
71
views
Issue with multiple "else if" statments in javascript [closed]
Im having issues trying to get the following code to work.
I have temporarily set the randomNumber const to 0.99 for testing.
When I click the "Rock" button, the console log displays the 0....
0
votes
0
answers
18
views
How to render Netsuite suitelet as PDF?
There is prebuilt suitelet built a custom UI with HTML, CSS and others. now, I want to render that suitelet as pdf.
I am trying to show that suitelet is advanced pdf template, but its not redering ...
-4
votes
1
answer
72
views
document.getElementsByClassName does not work as expected [closed]
I am trying to add a group of HTML elements dynamically to the document, and reset and refresh name and id attributes each time when removing or adding the elements.
When I use document....
1
vote
1
answer
55
views
Chrome >= 134 css transform performance
Has there been some kind of recent upgrade to how Google Chrome handles scroll events and/or applying transform styles?
Since about Chrome v134 I have the issue that setting a transform/translateY ...
-5
votes
0
answers
42
views
Passing HTML elements between multiple Swift ViewControllers in Xcode iOS app [closed]
I'm pretty new to iOS app development in general, and I'm struggling to find online resources on how to pass variables (parsed from an HTML table via JavaScript, seen here: HTML_Table_Parsing) between ...