Questions tagged as 'html'

2
answers

Create button with octagonal border using only html and css

I need to create a button with octagonal borders as in the attached example, but I was not successful. I need a white border and the background is free so you can change color when you apply :hover . I count on your help, thank you....
asked by 19.01.2016 / 22:12
3
answers

Change marker color li

Hello I would like to know how I can change the color of the marker ball <li> via CSS. For what I read on the internet, so far I've only been able to do this using an image to replace the ball.     
asked by 26.02.2016 / 18:30
2
answers

Problem to get input value with javascript

I'm getting the value of input through JS and sending via GET to another page. The problem is that when I type space inside input , I can not get what I wrote after the space. If I type for example: Ana Maria JS just tak...
asked by 09.03.2016 / 20:00
2
answers

Transparent DropDown with bootstrap 4

Good morning, I have a dropdown menu (code below, which uses bootstrap, how do I make the background transparent, since by default it is white? In which CSS attribute do I move? <html> <head> <!---- importações -->...
asked by 26.11.2018 / 13:36
5
answers

Event onclick in image

Is there any way to put an onclick event into image? I tried with a button and the call to the function is working, but I wanted to use an image. I tried something like: <a href="#"> <img src="imagens/search.png" onclick="oculta...
asked by 02.02.2018 / 13:17
3
answers

Expand options for a select element when clicking button

Is it possible to force display of the options of a <select> element via javascript? The idea is to simulate a user's click on select .  Imagine that I have select disabled, and clicking a button it is enabled and al...
asked by 09.02.2018 / 17:45
4
answers

Input type datetime error

Good afternoon, I have a problem that I can not solve, I wanted to change the format of my form to "datetime", but when I test in my browser it appears as if it were text. <div class="form-group"> <label>Data de requisicao</...
asked by 30.01.2018 / 18:49
4
answers

How to center button text vertically [duplicate]

Can someone help me centralize button texts? I've tried everything I found on the internet and nothing works.     
asked by 26.02.2018 / 17:41
3
answers

Print page with Background

I'm working on creating and printing reports with PHP, where a webpage is generated with the content of the report. I would like to put the watermark "CANCELED" when a report is canceled. For that, I'm using an image as a background, but the ima...
asked by 17.01.2018 / 13:17
3
answers

Center div of class="row" with bootstrap

Does anyone have any idea how to centralize these buttons that are within a div with class="row" , how is the above container centered to say "Permissions", with Bootstrap and so that they are responsive? Thisisthecode:<divcla...
asked by 25.06.2018 / 17:44