Questions tagged as 'html'

1
answer

Limit number of decimal place characters javascript

The user can enter values into an input text. What happens, I want to limit the number of characters after the period. Valid example:    2.324       2343423.432 That is, the user can not enter more than three decimal places. Each time a...
asked by 20.08.2015 / 11:37
1
answer

How to change the wordpress blog title in php?

I'm in the final stages of developing my blog in wordpress and a few months ago, when I started developing I put a título , but after a lot of research I decided to change it, because I found another similar one. mine is unique - so...
asked by 19.12.2015 / 01:28
1
answer

How to create a scrolling menu?

How is this menu fixed at the top of the page that when the user scrolls down when arriving at a certain place on the page the menu decreases getting compact. And when you return the screen up, does the menu return to the initial stylization? Ca...
asked by 05.04.2017 / 19:32
1
answer

How to put the page number to be printed with CSS in @media print

I want to put the page number when the user wants to print my web page. For example, when it will print my page, and it will be broken in two, I want it to appear "page 2/2" and "2/2" on pages, using CSS.     
asked by 26.04.2017 / 21:20
1
answer

How to convert jQuery .on function to pure JavaScript

Today I started trying to transform a function that I'm using in jQuery (which @ Jose helped me implement in this answer ) to .on , for pure JavaScript, but I'm facing some difficulties. The online courses I have already done did not addr...
asked by 11.06.2015 / 02:34
1
answer

How to create a page numerator?

I'm developing a "News" page with a lot of news, and it will only show 9 news stories per page, above that, you should go to page 2 and so on ... how do I do that?     
asked by 20.02.2015 / 12:46
1
answer

Different ways of exposing data

Is it wrong to expose data and actions that should (inputs, and buttons) be made on these data in tables? Example in the figure below is showing data and actions that should (inputs, and buttons) be made in the form of a table (in red) marked...
asked by 02.02.2015 / 13:30
2
answers

How to position one div under another of varying sizes?

I have the following situation: I search the results database and display them this way <div style='background-color:#fff;width:260px; margin-left:5px;margin-top:5px;float:left;'> texto </div> I will show with image to facilitat...
asked by 10.06.2014 / 03:39
1
answer

Bootstrap Menu Problem

I made a customizing menu using Bootstrap, however, I'm having a problem when I decrease the width to
asked by 26.10.2015 / 16:05
3
answers

Vertical menu disappearing underneath the footer

On screens where the height is less than 600px the menu disappears below the footer. I also tried to leave position as fixed , relative and nothing, but the result was the same. Follow the html of the menu: <div class...
asked by 05.10.2015 / 23:14