Questions tagged as 'html5'

1
answer

How does the cache work in html5?

I have a webapp and would like it to have a cache so it will not be accessed at all times. My webapp consists of an index.html that does parse on other sites. So every time the webapp is opened it loads and parses the site. How could I apply...
asked by 12.03.2014 / 13:49
1
answer

toastr.js disabling the required HTML5 property

I'm using toastr.js to display form validation messages, but using this plugin it disabled all my inputs that had the required property. My code: <!DOCTYPE html> <html> <head> <title>TOASTR</tit...
asked by 18.01.2016 / 16:20
1
answer

footer tag at the browser border

I have a footer tag in my HTML page that calls the Bootstrap panel-footer class. I would like to leave this footer at the edge of the open browser and conform to and not in the limit of the existing content on the page. <footer class="panel...
asked by 18.01.2016 / 18:32
2
answers

Display data in table

I'm trying to display these items this way: Howeverafterseveralattemptsthetablealwayslookslikethis: How do I make the table to get this result? View <h2>Apagar evento</h2> <br> <table border="1" width "100px" borde...
asked by 27.03.2014 / 18:16
1
answer

Scrollbar horizontal being scrolled by vertical scrollbar [pendant]

I'm doing a little test with the Chrome Canary 74 scrollbar on Android. I read a lot about it, but I did not get results for the mobile device, and since I do not have a pc, I use Aide Web to program it. In my project, there are only two f...
asked by 31.12.2018 / 18:59
1
answer

Problems with font-face

I'm finalizing a site using Twitter-Bootstrap. I'm using% direct from the style.css and I am pulling @font-face also in style.css , at% / em> and applying directly to font-family . But I'm not getting results ... Can anyon...
asked by 24.12.2018 / 21:38
1
answer

What is rel="noopener"? Should I use it on all links on my site? Can it affect SEO?

I recently noticed that the rel property of the link can receive the noopener tribute, but I did not fully understand the advantages of using it ... <a href="http://example.com" target="_blank" rel="noopener">Exemplo de l...
asked by 21.12.2018 / 13:46
2
answers

Layout adjustment with elements that are automatically generated

I'm doing a site where one of the pages is responsible for listing user posts in the form of boxes. Each box corresponds to a new user publication, which is generated by code in ASP.NET MVC 4 with Entity Framework 6 automatically, picking up the...
asked by 03.12.2014 / 13:52
1
answer

how to make a pattern background with CSS?

I was looking at the bootstrap templates and this template caught my attention because your background is done with the technique pattern , that is, it has only one image that repeats "perfectly" throughout the background. How can I do a bg l...
asked by 21.06.2018 / 19:24
1
answer

How to center figure with max-width defined?

I'm trying to center a figure with max-width defined. When centralizing without max-width , that's right. But the background exists in it is 100% non-centered next to figure . For this I used max-width , but when using f...
asked by 20.06.2014 / 14:24