Questions tagged as 'html5'

1
answer

error text float beside image html

asked by 18.01.2017 / 04:39
1
answer

How to limit the amount of impressions of an HTML document?

I need to limit the number of impressions of an HTML document . Currently if the file is generated (via PHP), register in the bank a sts_impresso = 1 flag, however, there are times when the user did not print for some situations:...
asked by 03.09.2016 / 16:50
1
answer

Graphics with HTML and CSS [closed]

Does anyone know if there is a way to make graphics on bars or lines using CSS and HTML?     
asked by 05.01.2017 / 17:51
1
answer

Mobile menu does not close when you click

I would like to know if it is possible to close the mobile menu when clicking the link because when it expands the menu it opens normally after I click on the link it goes to anchor that I created but the menu remains open covering the content o...
asked by 09.09.2016 / 21:44
1
answer

Nav bar overlapping page content!

Hello, I have a page with a menu (nav bar) and when I click on a menu link the page should point to the corresponding session , for example, when I click on the envelope I have a session session is with a hidden part behind the menu, ie the...
asked by 26.07.2016 / 19:24
1
answer

documentation and links about hover effect

I would like to know if there is any material or documentation to help me, since I need to create a :hover effect similar to that of this site here NOTE: the :hover effect and the part of e-commerce where the photos of the clot...
asked by 24.06.2016 / 21:15
1
answer

How to show audio preview while playing? [duplicate]

Hi stackoverflow folks, You have an example GitHub , showing audio preview. How to do this in asp.net mvc? View: <audio controls style="width: 375px;height:225px;"> <source src="@Url.Action("StreamUploadedSong", "Acc...
asked by 30.11.2016 / 22:15
1
answer

How do I get toDataURL to save in a sessionStorage?

I'm using a library I got here at this link: link I've already spent 2 days testing and looking for how to get the image cut with toDataURL to get the base64 and save it in a sessionStorage for me to use later. If someone can lend a hand...
asked by 16.10.2016 / 20:00
2
answers

Problem with resizing in Bootstrap

I have the following problem I'm using bootstrap in version 3 I need my page to be the same as this template: butwhenIredimensionmyimageslooklikethis: Iwouldliketheblackimagetobebelowtheimageofthewineglass,butitwilltake100%ofboththetopandbottom...
asked by 19.06.2016 / 16:36
1
answer

Create pagination by displaying the current records at the top of the list

I am creating a page that contains pagination, but I have a problem, the pagination works perfect but it brings the oldest records first and I would like the current records to be displayed first, could anyone help me? Here is the code I crea...
asked by 15.06.2016 / 19:14