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

I am migrate a home site from Windows to Linux Debian and Nginx.The HTML code was working under Windows. Here the part of the HTML code, where I try to call a Javescript function, which is included in ...
Georgio's user avatar
  • 305
0 votes
0 answers
23 views

I'm building a kind of gallery app. Users are adding images by inserting URLs into the database and the HTML page is then hotlinking those. Obviously, because of link rotting, the gallery is full of ...
Shady Medic's user avatar
0 votes
1 answer
47 views

This is my html code block : <div class="close-icon"> <button type="button" id="close-button" aria-label="Close"> <i class='bxr bx-x-...
Long's user avatar
  • 1
-2 votes
0 answers
29 views

I am working on a pure HTML/JavaScript application (Vanilla JS, single-file setup) that must operate without a Node backend or complex build tools. The goal is to achieve client-side text extraction ...
Michi's user avatar
  • 1
1 vote
0 answers
42 views

I'm trying to implement BEM, but I have a review block that appears in both the top-review-section and the product-review-section. My approach is to use a Modifier for context-specific styling, but my ...
linx's user avatar
  • 11
-5 votes
1 answer
31 views

I've been trying to input a tkinter code into a HTML format, like when I click a button, it opens a Tkinter layout. But it keeps giving me an error. What must I do?
Trishan Karmakar's user avatar
-6 votes
0 answers
42 views

I've recently updated my os to iOS26.1 and noticed that my website appears to have a white section above the header -- the white section is essentially where the iPhone notch is (sorry using an older ...
slovak_100's user avatar
Advice
0 votes
1 replies
39 views

I am new to HTML, CSS and Javascript. I am building a website that has a shopping cart feature and I am able to list my products, and and remove to the shopping cart and have the UI update the ...
iOSProgrammingIsFun's user avatar
-5 votes
0 answers
60 views

I'm working on a screen sharing app, and I have an incoming 1920x1080px video stream via WebRTC. My problem is that when I resize the browser, the video becomes really blurry as the browser is ...
Daniel's user avatar
  • 51
2 votes
2 answers
80 views

I am working on a website that has a footer element with decorations attached to its top edge in both ::before and ::after pseudo-elements (extending outside the footer element's bounding box), and I ...
Lawton's user avatar
  • 263
2 votes
1 answer
43 views

In following Python script I would like to know why horizontal and vertical scroll appear after the script run. I try all widgets just fit into a web page not exceed the page size. Here is my script: ...
Mohammad Eftekharian's user avatar
Advice
0 votes
4 replies
107 views

I have an HTML div that contains a photo, amongst other things. This div is movable by the user with a click and drag. When the div is clicked (:active), after a slight delay, I have it grow slightly ...
Mike McCollister's user avatar
2 votes
1 answer
39 views

I have defined the following Help Text for a drop down list on a page in oracle APEX : <html> <style> table, th, td { border:1px solid black; } </style> <body> <table ...
user31903851's user avatar
-1 votes
0 answers
59 views

I’m trying to create a heatmap. When a user clicks anywhere on my website, I track the x/y coordinates and save them to the database. In my dashboard, I load the website inside an iframe and display ...
Rupak's user avatar
  • 539
0 votes
1 answer
80 views

I am building a webform to PDF utility. Flow is user submits things in form and then submits and a generated PDF opens in new tab. Problem is sometimes the content of the form can be long and it can ...
Suleman Elahi's user avatar
-1 votes
0 answers
49 views

I am new to WordPress. I am trying to figure out how to increase the font size of this "line" as you can see how the underlined portion has smaller font size than the paragraph above. The ...
Edward Shim's user avatar
3 votes
1 answer
65 views

I have a grid of elements that I want to appear in their unfiltered form when the page loads. When a user mouses over one of them, it should stay highlighted while the other elements fade to grey. I ...
chrisjfinlay's user avatar
0 votes
0 answers
81 views

I have a carousel of images, which I have tilted diagonally, and now I want to scroll through the images. The only problem is that if I add more images to the carousel track than the four I have, the ...
Mohammad Tahsiri's user avatar
Advice
0 votes
1 replies
26 views

i wanted to know how i can get live news feed data (INDIAN) , without any or like minimal latency(30-40s), i tried using some rss feeds but all they do is provide the data as some latency so what i ...
its m's user avatar
  • 49
0 votes
0 answers
37 views

I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following: <!--[if mso]> ...
João Emboaba's user avatar
Best practices
0 votes
3 replies
79 views

I want to use the state of a checkbox as a parameter to a call of a website. I.E. there is a checkbox <input type="checkbox" id="myCheck"> and a hyperlink <a href=“/action....
Gerald's user avatar
  • 21
0 votes
1 answer
125 views

I have some PNG images where all pixels are pure white with opacities ranging from 0% to 100% which are being added to web pages in <img> tags, and I want to recolor the opaque and semi-...
Lawton's user avatar
  • 263
3 votes
2 answers
119 views

I am looking to construct CSS to target this element... <input type="button" pseudo="-webkit-media-controls-play-button" aria-label="play" ...
Corona MacGuinness's user avatar
-1 votes
0 answers
33 views

I have attached a link to a screen recording of my problem, I am asking here as I cannot find examples of this problem elsewhere and I have tried various possible solutions such as wrapping the ...
macaoidh's user avatar
Best practices
1 vote
5 replies
122 views

I’m trying to build a sorting dropdown for my product list in a React app. The sorting options are things like: Default A - Z Z - A Price: Low - High Price: High - Low My first approach was to ...
Asad Usama's user avatar

1
2 3 4 5
23744