Questions tagged as 'html5'

1
answer

Alignment with FlexBox

I'm having trouble making a project using Flexbox . See HERE My project in progress These red boxes are distributed using Flexbox , the number of boxes will vary from 1 to 400, ie you need to distribute correctly. I wish that if t...
asked by 11.06.2014 / 21:29
2
answers

jQuery fetch all checked checkboxes from a div through a click of a button

I need to search all checkboxes CHECKED of a <div> where you have another <div> daughter who is, has a <input type="checkbox"> via jQuery . The structure follows: <div class="metro per...
asked by 20.08.2015 / 20:05
2
answers

How to work with AngularJS without the API being ready?

I want to make the front end of my application with AngularJS but my RESTFul API is not yet ready to be consumed, have some help returns in JSON?     
asked by 17.09.2015 / 18:48
2
answers

Picking up json data

I created a json with the data of a magazine that I maintain, but now I have to create a separate index by the proper category, by author, and the other fields, I was able to get the general data, but I can not filter this data into its correspo...
asked by 23.10.2018 / 22:52
2
answers

In CSS, how do I, when giving a hover in a text, the image give a "scale (xx)" and underline the text?

In addition to the underline text, how do I make a scale (xx) at the same time as this? The image and text have different classes in my CSS file. I just need a north, a way to go.     
asked by 31.10.2018 / 15:51
1
answer

How to render Action accessing controller in this case?

I'm using a ready template and I'm using the bootstrap, but the menu transaction is done through javascript animations and using the <Section> html tag, as follows: <section class="section" id="registerProfessionalUser">...
asked by 09.05.2014 / 19:03
2
answers

How to make a Countdown with jQuery that restarts weekly

I have to do a countdown timer for a promotion. I need this counter to restart every Tuesday at 00:00 p.m. to make it look something like this:    "Only 6 days remaining 12 hours 42 minutes and 37 seconds left for the end of the promotion"...
asked by 16.11.2018 / 18:31
1
answer

Center text within a fixed CSS HTML header

I do not know what to do, but I can not seem to get the text out of my menu (it's a little lower than up), I've tried padding, align: center, margin, Please answer please take the time to see the code, I wanted an explanation that I learn, thank...
asked by 13.09.2018 / 19:46
1
answer

css hover property is not covering the side item

I have two screen rectangles with information inside. I used the Hover property of CSS, so when the mouse is passed over, the rectangle increases in size. But it does not cover the rectangle on the side, the information is below. How can I make...
asked by 14.09.2018 / 00:50
1
answer

Doubts in the PHP float function

$valorBaixa = (float)$this->input->post('valorBaixa'); I have this float function where the same one transform a string in float value, only that it is cutting the values. Example: If you enter "8.75" the function converts to 8 wh...
asked by 04.12.2018 / 20:58