Questions tagged as 'html5'

1
answer

Hide field in HTML with Bootstrap

How can I make a text field in my HTML be hidden when the user is viewing the phone and appears when he or she is viewing from the PC?     
asked by 15.12.2015 / 16:22
2
answers

How to sort a table from A to Z?

I have an HTML table that brings information from the database. I would like to know if there is any way to sort from A to Z and vice versa and vice versa by clicking on the name of the column in the table? This data is not fixed, it is dy...
asked by 24.05.2016 / 18:52
2
answers

Is there a way to redirect to another page when I click on a div?

I have a div: <div class="col-lg-4 col-sm-6"> //Essa aqui <section class="panel div-border-red"> <div class="symbol red"> <i class="fa fa-eye"></i> </div>...
asked by 07.10.2016 / 19:22
4
answers

Create external html pages

I know how to create external css pages. Which is quite useful. However, I do not know if it is possible to do the same for html without using frames. This is a link to an external style page <link rel="stylesheet" type="text/css" href=...
asked by 14.02.2016 / 18:03
2
answers

How to call different modals, without using a database

I'm having some difficulties, I know this is not the ideal way, but it's what I need right now. I have a list medicos and I need to call a different modal for each of them, without a static database. Follow my code: <section class...
asked by 19.12.2016 / 15:13
2
answers

Script js does not interrupt submit form

Personally I'm having a problem with an algorithm in jquery, that of uploading files with ajax without refreshing the page. I do not know why when I put return false; at the beginning of the algorithm the submit is canceled but consequ...
asked by 03.01.2017 / 20:36
1
answer

Is it wrong to have the header and section tags and not have a footer?

I have a single page application, quite simple even, and I used the tags tags with% and% with%, without creating a header , as I found it unnecessary. Is there any rule or recommendation about this? Can I use a tag section wit...
asked by 10.09.2017 / 14:09
2
answers

Percentage columns not aligned

I'm using 3 columns (sections) each with 33.33% width and margin-left and right from 10px to 3. Only the last column is falling down. Because they are in% width, should not they fit the size of my container instead of falling? <main>...
asked by 10.06.2014 / 19:15
2
answers

How do I make Django "see" CSS?

I'm writing a Django and Python application, and I'm having a problem     in the templates part, running locally Django found the template and     I was able to visualize it through localhost:8080/home , it happens that the     style sheet...
asked by 07.05.2014 / 18:07
1
answer

Loading animation

I have a code that does a loading animation before starting a page. css.css .preload{ position: fixed; z-index:99999; top:0; left:0; width:100%; height:100%; opacity:1; background-color:#fff; /*background-ima...
asked by 03.07.2018 / 13:52