Questions tagged as 'html5'

2
answers

Angular Error assigning "*" to a variable declared in the scope

My problem is as follows, I have declared the following variable in the scope: $scope.submit={ next:"", formparams:"", value:"" }; In my HTML I have: <div> <div ng-repeat="opcion in menu.opciones"><l...
asked by 29.03.2016 / 05:24
1
answer

problem with Pseudo-elements :: before and :: after in css

Greetings, I am trying to center the arrow I make with the pseudo-elements :Before and :after of css but I can not find how to solve my problem, the idea is that the arrow will focus on div that contains it and that the arro...
asked by 06.09.2017 / 16:59
2
answers

What are the data- * attributes for?

I'm looking for code to make a progress bar. Among those that I saw I found this example that I liked, and inside the html I found a attribute data-percentage particular. When deleting nothing happens because who changes the appearance of...
asked by 20.12.2016 / 04:10
2
answers

Make an Image "run away" from another

I must say first that everything, that I am a newbie , I am recycling myself on programming issues. Even being a programmer for more than 6 years I did not play anything. So I implore you patience. I am practicing things with JavaScript...
asked by 09.04.2017 / 13:06
2
answers

Select tr of a table with javaScript if it has a text

I am trying to change the style of an entire specific row if, within that row, an element contains a plain text that I receive through a parameter in the url. With this code I extract the variable hidden in the url. var query = window.locat...
asked by 16.08.2016 / 00:43
1
answer

Center text regardless of the lines of the text

What I need to do is to leave the text centered with respect to the image, that is, if the text has 2 lines as shown in the image, it fits perfectly but if it has only 1 it is strange and I would like it to go down to focus . Is there any way to...
asked by 11.01.2018 / 11:31
1
answer

Element does not look complete even with overflow-x: visible

I have a page with two columns, one of them has a drop-down list that is displayed when I mouse over an element. The dropdown extends beyond the content and that's where the problem lies: even though the container column has a overflow-x: vis...
asked by 01.08.2018 / 15:36
3
answers

How to create three stars plus an average star without: hover?

I have problems in the styles CSS I'm wanting to show three stars plus a half of a star without :hover Example: .c-rating { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: f...
asked by 19.10.2017 / 22:05
3
answers

Graph data already read from .xls files in html5

This button must be programmed to read a file in Excel with two columns, the first with data (x) and the second with data (y). the new records must be graphed but I have not yet achieved it. var lineChartData = { "datasets": [{ "data": [...
asked by 05.10.2016 / 23:21
1
answer

error in changing fontawesome icon

I have several buttons in a foreach in php <table class="table-mp3 center-block" data-directorio-album="ideas" id="reproductor"> <?php foreach($canciones as $id => $cancion):?> <tr class="fila"> <td> <!--...
asked by 07.08.2017 / 19:30