All Questions
1,186,621 questions
0
votes
1
answer
28
views
Is it possible to replace table cells with other elements using display: table-cell?
I need to make table cells (or rows) link to other pages. Currently they're using onClick to change url, but it's missing the UX of actual anchor elements, such as opening in new tab etc.
I tried ...
0
votes
1
answer
18
views
Flexbox flex-shrink does not shrink to min-width before wrapping when flex-grow is disabled
I’m trying to create a responsive Flexbox layout where each .box:
starts at 200px,
can shrink down to 150px,
wraps to a new line only when 150px is reached,
but should not grow on new lines.
Resize ...
-4
votes
0
answers
38
views
Move an HTML element to a new line [closed]
I recently encountered a problem: I need to wrap an HTML element to a new line, but this element has the display: flex property. In normal cases, I know that if I add the flex-wrap: wrap property, the ...
1
vote
0
answers
48
views
How do I fix my echart charts that are using bigint?
I am working on a website dedicated to performing calculations of 3n + 1 (the Collatz conjecture) and creating various visualizations of this data.
I encountered a problem related to the numerical ...
-4
votes
0
answers
44
views
html nav bar work only first time on chrome browser [closed]
First time run work on chrome browser,
my main menu (top nav bar will fixed on view area)but when i switch another page ,
then the mainmenu not work.
my project git
https://github.com/a68727739/...
-2
votes
0
answers
43
views
How would I parse HTML href values? [closed]
I'm writing a basic web scraper, and for that, I need to parse links. I can extract the href attribute from the elements, and I've written a basic parser for them, here's the code for it:
links: list[...
1
vote
1
answer
78
views
Why is my Div moving to the right on mouseup?
I'm trying to animate an image move to the middle of the screen, zoom in, and become fixed when pressed, and then go back to where it was before when let go. However, the height and width are not ...
1
vote
1
answer
58
views
html background bleed in outlook
I have a query in regards to HTML Im using Autotask to design an email template, its taken a while but im at the finish line however I've found an issue with a TD box that has a slight issue with ...
-1
votes
0
answers
64
views
Empty HTML anchors and the numbering of items
Consider the HTML code below:
<HTML>
<BODY>
<OL>
<LI>
<A NAME="a"></A>
First line of first item
<LI>
<A NAME="b"></A>
First ...
8
votes
1
answer
209
views
Non-sticky div inside sticky div
I have a component on my website that looks somewhat like this:
body {
color: #fff;
font-family: arial;
font-weight: bold;
font-size: 40px;
}
.main-container {
max-width: 600px;
margin: 0 ...
0
votes
0
answers
20
views
why ng2-pdfjs-viewer div gets displayed beyond the wrapping div
Environment: Angular 17.x
Problem: The ng2-pdfjs-viewer div gets displayed beyond the bottom boundary of wrapping div. Please see attached screen shot.
Tried changing the div height of wrapping div of ...
-8
votes
0
answers
76
views
Problem with visibility of elements on the website [closed]
Like I mentioned in the title I wrote a script for AI Assistant and I have a problem with layers. The layout beneath chatbow window is visible for user. I want to prevent it and maintain all the ...
Best practices
0
votes
5
replies
86
views
How do I get started coding HTML Applications (HTA) for game development
I’m interested in learning how to build projects using HTML Applications (HTA), especially because I enjoy older Windows technologies and would like to experiment with making simple games in this ...
0
votes
1
answer
62
views
Tailwind index css styles override class styles [duplicate]
I would have an index.css file that would set some initial styles like:
h1, h2, h3, h4, h5, h6 { @apply text-gray-800 }
and in few instances would like to set
<h6 class="text-primary-500"...
-4
votes
0
answers
41
views
How to ask for alternate indexing of a word in html [closed]
I have html files containing surnames, one of which is "Stuber". Sometimes he uses the spelling "Stüber" (using a 'u' with an umlaut). I've been publishing it without the umlaut, ...