Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
1 answer
28 views

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 ...
riv's user avatar
  • 7,505
0 votes
1 answer
18 views

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 ...
lester's user avatar
  • 11
-4 votes
0 answers
38 views

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 ...
Lerck's user avatar
  • 27
1 vote
0 answers
48 views

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 ...
Hazmen's user avatar
  • 71
-4 votes
0 answers
44 views

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/...
hukuto7750's user avatar
-2 votes
0 answers
43 views

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[...
Xandaaah's user avatar
1 vote
1 answer
78 views

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 ...
Caelpi's user avatar
  • 19
1 vote
1 answer
58 views

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 ...
Galactus_Confused's user avatar
-1 votes
0 answers
64 views

Consider the HTML code below: <HTML> <BODY> <OL> <LI> <A NAME="a"></A> First line of first item <LI> <A NAME="b"></A> First ...
lhf's user avatar
  • 72.9k
8 votes
1 answer
209 views

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 ...
munHunger's user avatar
  • 3,229
0 votes
0 answers
20 views

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 ...
hemant's user avatar
  • 531
-8 votes
0 answers
76 views

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 ...
Piotr Karmelita's user avatar
Best practices
0 votes
5 replies
86 views

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 ...
TheJavaScripter's user avatar
0 votes
1 answer
62 views

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"...
Petar's user avatar
  • 29
-4 votes
0 answers
41 views

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, ...
Chaz.D.'s user avatar
  • 23

15 30 50 per page
1
2 3 4 5
79109