Questions tagged as 'html'

2
answers

Search for words on the webpage [closed]

I've been practicing web programming for a while. At the moment I want to know how I do a Chrome Ctrl + F style word search engine: when typing the characters it already points the respective words to me. I understand that I will have to use Jav...
asked by 19.10.2018 / 18:34
1
answer

Section with two colors

I'm having trouble making a section with two colors (one occupying 70% of the section and the other color the remaining 30%), I would like to know how I can do this follow the example: suggestions?     
asked by 23.10.2018 / 03:39
1
answer

Effect of increasing and decreasing border size

I found on a site an example of a just field increasing the border, follow the GIF below: I would like to know if I can in addition to increase, decrease the border size of an html element in the call of the same event? It would be...
asked by 25.10.2018 / 17:32
1
answer

Prevent Element Edge from Growing by Using Transform: Scale

It's a very simple question, but I did not find an answer ... I have an element that has a borda of 1px . But when I make a :hover on it I apply a transform:scale() but the width of the borda of it tb seems t...
asked by 22.11.2018 / 12:09
3
answers

Use symbol in an input text, and disappear when writing

I have a text box, an input type text . And I wanted to insert an image in the corner, for example, a magnifying glass. And when the user starts writing, this magnifying glass disappears. Is it possible to do this in Javascript? <input typ...
asked by 10.02.2014 / 10:53
3
answers

Problems with table in IE

In IE,% cells of% do not accept CSS values. td:first-child{ width: 52%; } I created a jsFiddle with the html / css table: link     
asked by 05.02.2014 / 14:16
1
answer

Filling the bar?

How do I make it when I open the site with this code, it already "fills" this bar and remains filled, without having to keep the mouse over? div { width: 50px; height: 50px; background: red; -webkit-transform: width 2s;...
asked by 29.09.2017 / 23:08
3
answers

How to make the data appear in the fields in AngularJS

I am entering with a zip and a search is done and brings me the other data ... However, I want the data to be displayed, each in its own field, as it will be inserted into the database. How to proceed? html: <body ng-controller="appContr...
asked by 20.01.2016 / 21:30
2
answers

Draw image using css

I would like to know if you would like to draw the image below using only css? Iwouldliketocreateabuttonlikethis     
asked by 28.07.2015 / 14:18
1
answer

How to do ranking with PHP

Well, I have a problem, I know how to pull the ranking and everything. My doubt is that I'm going to pull the 6 with the highest score, and I wanted the top 3 to have a different background, like: Whats the first thing: yellow; O second...
asked by 26.07.2015 / 04:17