Category "html"

Align items horizontally in sinblings, without changing html structure

Like you can see from the snippet, there are 2 dynamically created flex div's (it can be more) Is there a way to align items horizontally, on bigger screens, wi

How to place elements with same class on a column and different rows with css grid?

I have a question "choice/match" and I need to put choices in a column and matches in an other column with grid css, my problem is the match column is overlappi

Vuetify carousel not taking up full width-height

I want to make a carousel that takes up the full width and height of a viewport. I'm using Vuetify in a vue.js 2 project. Here's my code: <head> <

Navigation Drop Down Covers Hero Image

My drop down navigation in the 1st and 2nd media queries just cover the hero image instead of pushing the hero image down, also the width of the drop down is su

Extracting contents of html into BeautifulSoup if search for script ID is a success

My html is below: <html> <body> <div> ... </div> <script id="1" ...> </script> </body> </ht

Button that redirects to another Page

I need this button to redirect me to another Link, and also keeps the gradient with it, its using Pure html, is ther a way to do, and also keeping it with the F

How would you create a button to format text in a <div> with JS?

I'm trying to make a basic text editor in HTML. I've got an editable div tag so far, and by using keyboard shortcuts, you can format it. However, I want it so t

I want to meet the following conditions by jquery but I am getting error somehow

I want to do all the following by jQuery and my HTML as well as CSS is below. The paragraphs start hidden. The paragraphs show and hide when their headings are

Building Offline capabilites in ASP.NET Core web application

We are building a project management web application using those main technologies:- ASP.NET Core MVC SQL Server + Entity Framework HTML, CSS & Bootstrap Th

height inherit not working with absolute position

I have an absolute element that is the background. I can't set it as the div's background because it is animated and it requires 2 css classes. I simplified it

How to Display Variable content

Is there a way to display my CSS-Variable's Content to my HTML webpage? My Variable's name is --pick-container-width and its Content is 5vh. Now I want (for tes

Regexextract multiple <a> links from HTML

I have an extract from a description off a webpage which contains multiple links to other pages the whole string is in a single cell. The string below is along

Echarts: When [large: true] is enabled, the tooltip box will disappear when appenddata is dynamically updated

env echarts version : 5.3.2 os: win11 issue When using appenddata to update data, and the data volume exceeds the largethreshold, the tooltip will disappear whe

Full-page body in Chrome print-to-pdf: omit area reserved for header and footer?

I don't want to just suppress/disable the running header and footer text. I'm already setting the following CSS: @page { size: 6.6in 4.25in; margin: 0; } (

Changing background color using ngClass and boolean is not working correctly?

I am trying to check an object coming in a back-end response to see if error.isCritical is true or false and setting the ngClass accordingly, i've tried many di

How do I write OnMouseOut so it closes a popup tooltip?

I have this code creating a popup/tooltip when specific text is hovered by the user: function popup() { $('#example').load("example.html"); } I add this

Input field caret position problem in react

Hey, everybody. I'm new in web dev. I have a task on react to increase days in first part of string in input field by clicking 'ArrowUp' button. In addition mut

Pop up on hover <area> tag, HTML

I'm mapping some coordinates on an image map and I want to display a pop-up message, containing a description and an image on hover, but I can't figure out how

Moving Slide Buttons in Bootstrap Carousel not Working

I'm trying to vertically center the buttons for my bootstrap carousel using react. using inline styling I was able to change the height of the button itself, bu

Uncaught Error: Cannot find module 'file:/home/agemiro/backend-gerenciador/uploads/imagemteste.png'

I'm using React JS and I'm having trouble accessing an image that comes from a state/variable. If I put the url inside the require in the html img it works but