Questions tagged as 'html'

2
answers

help here div and html functions

I have this code, when I hover over the div it moves, but I wanted it to happen when I hit the button: <head> <style> .square{width:100px ;height:100px ;background:red ;transition: all 2s;} .square:hover{background:blue;-web...
asked by 04.11.2017 / 01:02
2
answers

How to align a mosaic with CSS?

I have the following code: .exemplo { width: 800px; } img { width:100%; height: 100%; } .home-videos { /*@extend .col-md-3;*/ width: 200px; height: 150px; padding: 5px !important; box-sizing: border-box;...
asked by 06.11.2017 / 18:33
2
answers

Is it possible to build a pure HTML registration?

I need to create a registry with name and description in HTML, or PHP, that does not make use of a database but I do not know if it is possible. Something that I could save the records to file and also upload them back to the form. The pag...
asked by 02.11.2014 / 16:31
1
answer

An image about two divs

I am currently dealing with a project and using Bootstrap v3.2.0 as the main tool. My layout follows the single page line, and each topic is approached as a window for the user, with all available space being taken advantage of. I need to mak...
asked by 09.10.2014 / 18:18
1
answer

How to give Play / Pause in a SWF contained in HTML?

My HTML looks like this: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="440" id="movie" align=""> <param name="movie" value="swf-file.swf"> <param name="quality" value="High"> <pa...
asked by 09.05.2014 / 00:21
3
answers

Hide / edit the appearance of select

I'm cracking my head to try to get the select from my site to agree with my css. In fact, only in Mozilla that the saying whose does not look the desired. I was looking for some jQuery to do editing these elements, but the problem is that on...
asked by 26.08.2014 / 14:56
4
answers

How do I create a button or a link to download a specific file?

I need to create a button that when clicked is downloaded and not opened in another tab or window. It can be any type of file both image, pdf, music among others.     
asked by 15.08.2014 / 21:02
1
answer

What steps can we take to protect ticket issuance of malware that changes the digitable line?

In addition to the PDF issue, which may make it difficult for some customers to lack PDF viewers, what techniques could we use to protect or detect that the generated ticket has been modified by malware?    Virus that affects tickets already...
asked by 08.08.2014 / 19:05
1
answer

Change image src when input value equals a given value

Good evening! I have a login input and an img with the user image. I'm trying to change the user's image when this input loses focus and the value entered matches a given value. ex: if I type in this input Potato I will change the src pointing t...
asked by 07.12.2015 / 23:47
2
answers

Button next to input text bootstrap 3

I have a problem that I can not put my input file button next to my input text. I searched, tried some things I saw there and nothing. Maybe it's a silly thing, but I'm kind of new to CSS so I'm kind of lost. I made a JSFiddle with my current...
asked by 02.12.2015 / 15:36