Category "html"

Trying to zoom on hover of image: Circular image overflowing container

I'm trying to get a circular image to zoom when it's hovered. However, I can't get it to work - the image is overflowing the container. What am I doing wrong?

Replace HTML code with code from another page

I have got two html files, say page1.html and page2.html. In both files I have an article element. Now, on page1.html I would like to replace the content of the

why is my clientwidth/100 different than my width by percent?

I have a small program that when you press down on ArrowDown, the circle should move downwards from its position on screen. The issue I have is that my initial

How to split apart a single list with CSS

I'm trying to use a single unordered list and splitting one of the list elements from the others and putting this one onto the left side and others on the right

Font weight set as normal but is displaying in bold on browser

I have font weight set to normal for .meta, .sender, .to, and .receiver. However, this still shows the text as bold for all the content in the middle of the box

Is it possible to tell if a user is using Apple's voice control speech recognition software on my site?

I checked before asking but couldn't find any answers. I'm working on accessibility fixes on a website and one autocomplete component doesn't work with Apple's

curl lib in php needs html button click

I am trying to open a SAML xml endpoint with the following PHP code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$URL); curl_setopt($ch, CURLOPT

Postfix Algorithm Evaluation in JS

this is what we start with: '7.7+7' The input of the function is an array of strings (original input converted to postfix): 7.7,7,+ then would get fed back into

How to link to a public url from ion-button?

I want to link to a public url where my login is hosted from a button in my app. I know how to link to pages in my app but not sure how to link outside my app.

HTML obfuscation using special fonts

I was browsing a German website when I noticed that during the initial page load there were some non printable characters displayed on the page (like ``). As a

What is the reason for the lack of inheritance of text-decoration? [closed]

So I've read the previous disccussion on this topic and I understand that text-decoration is propagated instead of inherited, but the spec doe

When referencing favicons, is MIME-type declaration (using the type attribute) obligatory?

When referencing a <link rel="icon"> in the <head> of an HTML document, is it obligatory to declare the MIME Type of the icon image using the attrib

Is there a way to convert handlebars syntax to the golang template language?

Is there a safe way to easily convert standard handlebars templating syntax to the templating syntax used in golang(e.g. {{.Lookup "Question"}})? I have a Jenki

How to position these divs on top of each other

I have 3 divs that only contain a background color and what I want to make is something similar to the google chrome logo. This is just part of the code, there

Show/Hide Post Text Item Oracle APEX

I have a Post Text Item at the end of my text fields. When I click on it, it shows a PopUp, that retrieves a key to insert in one of my tables. It is possible

Label Studio Time Series

i'm working with Label Studio to label some time series data. I'm struggling to follow the documentation and i'd like to add some configurability, i'm unsure if

How to pass parameters from Modal form to Spring Controller with thymeleaf or Jquery?

Anyone can help me? I made a Modal with a form to update a database. I receive data from Mysql DB but when i click on submit, the modal closes, but new paramete

Spaces disappear

I have a simple html that goes to a asp script to save the data in a text file but all the spaces disappear. I have tried a lot. I have tried to do a URL coding

Z-Index, Create a text box and bringing it to the front

I have a simple page, background image and a text box. I need the text box to be at the front but as I'm quite new to html/css I just got lost a bit :) I tried

refused to connect error when embedding a website with iframe

I was trying to embed a website (the full website) in HTML with iframe but I got an error when trying to embed the website. www.example.com refused to connect.