Questions tagged as 'html'

2
answers

CSS3: Show a hidden div when hovering over another div

Good afternoon. At the moment I have 2 divs, 1 of them visible and the other hidden, being visible when I hover over the first. I would like that when the div is displayed with text, the background of the div fills the entire div that contain...
asked by 05.04.2015 / 16:31
2
answers

Align text in the vertical center of a circle

How do I make the text from within the circle stay aligned in the vertical center too? CSS .circle{ position: absolute; background: red; border-radius: 52px; width: 37px; right: 308px; height: 37px; top: 90px;...
asked by 02.04.2015 / 22:00
2
answers

How to change the color of a radio button?

I have these radio buttons in which it is used to specify the severity level of a given occurrence. And I wonder how I could change their color? Here is an example of this: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com...
asked by 03.12.2017 / 19:40
1
answer

c # - Error when trying to Replace a string

Good People, I have the following problem: When trying to replace of a string (of a Literal Control ), using the following code, the value of the same does not change. MyControl.Text.Replace("id=\"KP\"", "id=\"KPC\""); H...
asked by 31.08.2018 / 11:27
1
answer

Why does Edge only move the element horizontally and not vertically?

Because the border in <span> only moves the element sideways, but vertically the border is out of the parent container? Notice in this example that when I use the border in <span> it does not get left out of div...
asked by 12.09.2018 / 19:30
1
answer

Is it possible to place an HMTL file inside the database?

Is it possible to save an HTML file to a BLOB column within the database and then display it as part of the page in PHP? Why do this: It's more for a learning experiment to compare if it gets better than a include on the page....
asked by 26.10.2018 / 23:22
1
answer

Confirm password PHP, Javascript, HTML

I wanted to do the password verification, if the passwords are different then an alert with something like "Passwords do not match" appears, if it did, it would pass through. But the way I'm doing it appears a message from the $ message "The pa...
asked by 05.10.2018 / 19:35
2
answers

Tag header, daughter of section tag, inherits values from another tag header

I have this HTML structure: <body> <header> </header> <div class="limit"> <section class="conteudo"> <header> <h1>TESTE</h1> <h3...
asked by 28.11.2014 / 03:50
2
answers

Send form data via GET to server (no page refresh)

I have this form and would like to give a GET to variables with their value when clicking the button, without refreshing the page because I have other forms on the same page, is it possible with PHP, or do you have to use AJAX? / p> Fo...
asked by 22.11.2014 / 17:58
1
answer

Lock screen lockscreen

Is it possible to create a lockscreen in JS + HTML + CSS with the same functionality as Windows locking? I think of doing this on the web system I'm doing.     
asked by 19.05.2017 / 23:03