Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

I have a simple video tag that I first checked with a stock video from pexels: <video controls> <source src="https://www.pexels.com/download/video/35510816/" type="video/...
pileup's user avatar
  • 3,494
0 votes
0 answers
57 views

’m building a mega dropdown menu. When the dropdown opens, the page gets a horizontal scrollbar (the layout “shifts” and I can scroll left/right). My nav is inside a centered container, but the ...
İsa Omar's user avatar
-1 votes
0 answers
25 views

I am trying to achieve a specific scroll-driven expansion effect in React using @gsap/react and ScrollTrigger. The Requirements: Section Height: The total height of the section is 115vh. Trigger & ...
Lukas 's user avatar
  • 23
-3 votes
0 answers
26 views

Here's an example of a sentence containing a suspended hyphen: eco‑friendly and -conscious brands When it comes to wrapping text at the end of the line, all web browsers break after the suspended ...
AxD's user avatar
  • 3,318
-3 votes
0 answers
28 views

I created a website ( one page ) with Framer using a fixed desktop layout (1200 px wide). I embed it into a page of another website ( wordPress - Html - Wix - Shopify ) using an iframe. On a desktop, ...
Eric's user avatar
  • 1
-3 votes
0 answers
38 views

This is pretty common functionality in print layout software, but I haven't found any way to do it with HTML/CSS. I want to have multiple boxes on a page, with text flowing from one to the next. I'm ...
Mike Baranczak's user avatar
1 vote
1 answer
122 views

I'm using PHP to generate my website's pages, Bootstrap 5 to style the pages and Stripe to process customer payments. I'd like to style Stripe's payment elements to match the underlying theme of my ...
Limey's user avatar
  • 13k
-1 votes
1 answer
40 views

I want to embed my own custom HTML that lives on a google drive into my Site. But when I do it just displays as text, as opposed to what the html represents. Can this be accomplished? So, in my ...
user3504017's user avatar
-5 votes
1 answer
128 views

I have an issue with editing some code with StreamElements' custom code editor. I have made a custom animation in Adobe After Effects that I want to use whenever someone decides to raid my Twitch ...
Ghost Recon's user avatar
Advice
0 votes
4 replies
35 views

I am implementing a data entry webapp with a multiline <textarea> element, where my users enter text in natural languages formatted as markdown. I have developed a markdown extension, so users ...
Benni's user avatar
  • 1,102
-2 votes
0 answers
65 views

I am trying to get a simple image to hover to a different image. HTML: <nav> <a href="#">Merchandise</a> </nav> CSS: nav:hover {*/ background: url("images/...
Cymbals's user avatar
  • 1,186
-4 votes
0 answers
75 views

Note: this question IS reproducible and was caused by a browser bug, not a typo. Browsers sometimes ignore spaces in close tags and sometimes treat them a significant. It is important that coders ...
ravenspoint's user avatar
  • 21.2k
3 votes
1 answer
83 views

I am building a site for a friend that requires me to include a button to the Google Appointment Calendar. I followed what Google said to do, but when I implemented it, it showed the button at the ...
logan k's user avatar
  • 37
4 votes
1 answer
57 views

I am using google charts and I need to chart pos/neg values with annotations. The negative annotations show up by the axis. Is there a way to switch the -0.95 annotation to below the blue column? ...
Bill Moreland's user avatar
0 votes
2 answers
127 views

I have two JavaScript functions and i have a submit button for each function, whats the best implementation to add a few seconds wait between the two functions for example in JavaScript. setTimeout(...
markus625's user avatar
Advice
0 votes
8 replies
64 views

Hi I am a beginner in programming, I just want to ask if I were to make a website what IDE should I use to run the frontend and backend? Like merge ( ? ) Can I use Visual Studio? Or something else. ...
Blueberry's user avatar
0 votes
1 answer
79 views

I have a script that creates an HTML file, and I would like for the HTML to be able to access files on my google drive (mainly for img tags). I've found various posts that gives ways to do this, but ...
user3504017's user avatar
-1 votes
0 answers
51 views

Body of the Question I am developing a web tool (a Single Page Application built with vanilla HTML, CSS, and JS) to manage publications on multiple client WordPress sites. I utilize the native ...
Bruno Clal Almeida's user avatar
0 votes
1 answer
112 views

Using the code: const input = document.querySelector("#Tester"); console.log(input); console.log(input.value); <input type="range" id="Tester" min="4" max="250" step="5" value="25" /> 24 It ...
Tom Gullen's user avatar
2 votes
2 answers
102 views

I want to create a textbox with the following requirements: width: 16 columns (characters) height: 3 lines max chars: 48 lines should always break after 16 characters, no matter what char has been ...
g000ze's user avatar
  • 299
0 votes
0 answers
84 views

In an application I am working on, there is a page which has a bunch of iframes on it that contain page previews for pages in the user's project, organized by sections. A user can click to add a new ...
Ben Holness's user avatar
  • 2,744
1 vote
1 answer
80 views

I am working on an HTML5 Canvas project where I generate text dynamically and want it to behave like an ambigram (the text should look the same after rotating the canvas by 180 degrees). My goal: ...
Manzoor Ahmed's user avatar
5 votes
1 answer
128 views

I’m using SortableJS to build a horizontal nested drag-and-drop layout. The lists are flex containers with flex-wrap: wrap, so items are placed in rows and can wrap to the next line. Items can be ...
Salamander's user avatar
-6 votes
0 answers
57 views

I'm trying to practice my Bootstrap grid skills by replicating a specific layout from an exercise. I'm having trouble with the nesting and the alignment of the sidebars (Menu and Asides). Here is the ...
user32277450's user avatar
-8 votes
1 answer
116 views

Create a p element and give it the text Total Fat 8g 10%. Then, wrap the text Total Fat in one span element, the text 10% in another, and give them each a class of bold. The code is correct still I ...
Vaishnavi Pote's user avatar
1 vote
2 answers
118 views

I'm using code that hides content and reveals a button when the page is scrolled down 50px. Clicking the button reveals the same content, and clicking it again hides it. You can see that when you hide ...
Dmitry's user avatar
  • 159
-3 votes
0 answers
74 views

On an asp page I have a html form with a text input field ID <td align="left" width="430"><input TYPE="TEXT" placeholder="Enter value" ID="nayme2&...
dunroaming's user avatar
0 votes
1 answer
48 views

I have a container webpage A and it has two iframes. First iframe loads a webpage B which has a single url pointing to an external website. When i click this url, it sends message via PostMesssage to ...
BoCode's user avatar
  • 947
-6 votes
2 answers
142 views

I am trying to switch between 2 images with a single button, with the intention of adding more images. I click on the button it changes to image2.jpg but when I click again it doesn't change back to ...
Seph's user avatar
  • 9
0 votes
1 answer
45 views

I have the following HTML code: <div class="page"> <div class="title">VENIAM DEBITIS PERFERENDIS</div> <div class="content"> <...
Juan's user avatar
  • 832
0 votes
1 answer
88 views

I am working on an open-source documentation website for a scientific tool. The configuration generator webpage has a left panel (form) and right panel (XML preview) that should be side-by-side on ...
skm's user avatar
  • 5,789
-1 votes
0 answers
37 views

I have an iOS app that generates and renders a custom HTML document inside a UIWebView. After updating a device to iOS 26, the same HTML is rendered with noticeably smaller fonts compared to previous ...
Antonio Guglielmino's user avatar
Tooling
0 votes
2 replies
36 views

I just began web dev and wanted to launch a few applications. I learnt HTML, CSS and JS well. Got into React, but that's all front-end. I have no idea what to do for backend. Also, let me tell you I'm ...
Anson Saju George's user avatar
0 votes
0 answers
82 views

I am converting HTML to PDF using wkhtmltopdf 0.12.6.1 (patched Qt). The HTML renders correctly in all browsers, but the generated PDF has a layout issue with tables that span multiple pages. Problem ...
VPG99's user avatar
  • 19
0 votes
2 answers
132 views

What I'd like is for the image inside my div to go from taking up the whole page via absolute position to sitting on the side with another div next to it with no absolute position. So that when you ...
Cassian Feliciano's user avatar
Advice
0 votes
0 replies
32 views

context: I have a classic CSR (client side rendering) webapp that uses vanillaJS and vanJS for reactivity (no NPM). My index.html is minimal since it contains a dynamic import of a JS module based on ...
mgregorelli's user avatar
0 votes
1 answer
68 views

Problem Description I'm implementing a custom bullet-style text list. As shown in the image below, the "More" button should naturally follow the text on the first line, and the custom bullet ...
MIYEON LEE's user avatar
-3 votes
1 answer
85 views

I feel like I have tried everything. I am using Safari. I am trying to make my favicon .svg to show up on my portfolio in GitHub pages. The code in question is placed in the of my index.html I have ...
Emil Holmsten's user avatar
Best practices
1 vote
4 replies
35 views

I have a repeated block of code (function in vb-net) in my xsl, which I use in consecutive xsl:if in my code. In my following code I present this repetition as a <td> inside some xsl:if's. How ...
kapopoulos john's user avatar
0 votes
1 answer
50 views

Here is the code: <body style="display:flex; justify-content:center; align-items:center;"> <div style="width:50%; background-color:yellow;"> <p style=&...
yuexia_wrp's user avatar
1 vote
0 answers
83 views

I am attempting to use HTML canvas to collect signatures. The drawing works perfectly on mobile but I cannot seem to get the drawing to work on mobile. To be clear the canvas does appear on mobile, it ...
user32257834's user avatar
2 votes
1 answer
88 views

I'm trying to make a responsive layout that maximizes the size of "top panel" while satisfying the following criteria. Card's height is equal to that of the viewport Card's width is equal ...
overturned_cowrie_shell's user avatar
0 votes
0 answers
85 views

I have embedded a Drawio editor inside my webpage. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ...
Andry's user avatar
  • 17k
0 votes
1 answer
119 views

i suspect this will be an unusual issue. i have a use-case where i need to be able to find the exact dimensions (height in particular) of each character as it is displayed. line-height and bounding ...
Avi Sato's user avatar
0 votes
1 answer
55 views

Hi I'm doing a 3 column layout, all the rest of the codes are alright, but my 'left column desktop' is acting up and I can't see where I'm going wrong. Right now it doesn't want to be seen but if I ...
V. M. Ent's user avatar
0 votes
0 answers
73 views

Working on a beeware briefcase app for android. The only way I have found to get images to be clickable is to use the webview widget. Currently what happens is when the image is clicked, it changes ...
Ben Wood's user avatar
0 votes
0 answers
21 views

Consider a simple 2 column flexbox setup using flex: 1 (or flex: 1 1 0% ) for both left and right column. The columns are normally the same size. When you add unequal padding (see snippet), the ...
Michael Lewis's user avatar
-1 votes
1 answer
130 views

I would like to modify this vb script so that i can add the values selected from a drop-down box so that it also sends the data to the text file as for example. The text file should show for example: ...
markus625's user avatar
0 votes
0 answers
65 views

When I apply box-shadow to a round element, it leaves a thin gap at padding's position. It does not happen without border-radius. Here's the code and the result: div { margin: 1rem; width: 100px; ...
DSR's user avatar
  • 72
1 vote
1 answer
58 views

I have added a screenshot of the layout before using the <img> tag here: actual grid layout and another after adding it. The layout works correctly only when I apply overflow: hidden; like ...
alisha's user avatar
  • 11

1
2 3 4 5
23735